summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-09-13 16:22:18 +0100
committerDarius Makovsky <traveltissues@protonmail.com>2019-09-18 14:50:16 +0100
commit386ae7bb254329da7a8a29ede848ffe7e09665b9 (patch)
treeb62e230d68be9d51dc182fb70f491ed90d10f717
parent2a928f9b9562cab5d488acc3f1ce7296b44838a1 (diff)
downloadbuildstream-386ae7bb254329da7a8a29ede848ffe7e09665b9.tar.gz
coding_guidelines.rst: Fix typo in frobiliciously
-rw-r--r--doc/source/hacking/coding_guidelines.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/hacking/coding_guidelines.rst b/doc/source/hacking/coding_guidelines.rst
index 1d1fca401..37a5c2b15 100644
--- a/doc/source/hacking/coding_guidelines.rst
+++ b/doc/source/hacking/coding_guidelines.rst
@@ -67,7 +67,7 @@ comments and docstrings.
Args:
source (Source): The Source to frobnicate with
frobilicious (bool): Optionally specify that frobnication should be
- performed fribiliciously
+ performed frobiliciously
Returns:
(Element): The frobnicated version of this Element.
@@ -85,7 +85,7 @@ comments and docstrings.
# Args:
# source (Source): The Source to frobnicate with
# frobilicious (bool): Optionally specify that frobnication should be
- # performed fribiliciously
+ # performed frobiliciously
#
# Returns:
# (Element): The frobnicated version of this Element.