summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-03-29 17:12:47 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-29 17:12:47 +0000
commitd8824015060116297a90afcacc802d06825499d8 (patch)
tree390148417c986566b1a004c5ee5e9cdc85b65797
parent9b62dbf52ad199b7f60d4b97bc36100b7bcc0937 (diff)
parent9863346cee142270fd20e3f04152d9d63dc4ceff (diff)
downloadbuildstream-d8824015060116297a90afcacc802d06825499d8.tar.gz
Merge branch 'aevri/depency' into 'master'
app.py: fix spelling 'depency' -> 'dependency' See merge request BuildStream/buildstream!1266
-rw-r--r--buildstream/_frontend/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_frontend/app.py b/buildstream/_frontend/app.py
index a659b202a..ebc05e398 100644
--- a/buildstream/_frontend/app.py
+++ b/buildstream/_frontend/app.py
@@ -280,7 +280,7 @@ class App():
# Exit with the error
self._error_exit(e)
except RecursionError:
- click.echo("RecursionError: Depency depth is too large. Maximum recursion depth exceeded.",
+ click.echo("RecursionError: Dependency depth is too large. Maximum recursion depth exceeded.",
err=True)
sys.exit(-1)