summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2018-06-28 11:29:53 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-07-02 14:45:04 +0000
commita85aaee6630c2e58c20f538a235179ec65b6b32e (patch)
treecbf192c2d7898c70f2fc08ec67d5386dcf72c5b3
parentaaf52d036c67a45356fc9f2eb7aa21542bf39782 (diff)
downloadbuildstream-a85aaee6630c2e58c20f538a235179ec65b6b32e.tar.gz
Fix documentation typo
-rw-r--r--buildstream/element.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/element.py b/buildstream/element.py
index fc21f80b6..3bdf9720a 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -65,7 +65,7 @@ Miscellaneous abstract methods also exist:
* :func:`Element.generate_script() <buildstream.element.Element.generate_script>`
- For the purpose of ``bst source bundle``, an Element may optionally implmenent this.
+ For the purpose of ``bst source bundle``, an Element may optionally implement this.
Class Reference