summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-09-13 16:22:18 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-09-13 16:17:36 +0000
commita49f42943ff21a3a170e90e6cca653707d6c730d (patch)
treeb62e230d68be9d51dc182fb70f491ed90d10f717
parent10acf4d93a953137b5598a6359e650850060a817 (diff)
downloadbuildstream-a49f42943ff21a3a170e90e6cca653707d6c730d.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.