summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-02-13 05:48:32 +0100
committerJürg Billeter <j@bitron.ch>2018-02-13 05:49:49 +0100
commitecef1319bcd0e10b6ff17019cc298e2d3e5ce880 (patch)
treec024a52825a9ffbc8f4b89bae8fe8524aa70367e
parent75f73ef7e02d42bdded2f8e59579ea57a393e8e5 (diff)
downloadbuildstream-ecef1319bcd0e10b6ff17019cc298e2d3e5ce880.tar.gz
source.py: Fix typo in workspace warning
Fixes #250
-rw-r--r--buildstream/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/source.py b/buildstream/source.py
index c766322a8..5c3192e50 100644
--- a/buildstream/source.py
+++ b/buildstream/source.py
@@ -420,7 +420,7 @@ class Source(Plugin):
if self._has_workspace():
detail = "This source has an open workspace.\n" \
+ "To start using the new reference, please close the existing workspace."
- self.warn("Updated reference will be ingnored as source has open workspace", detail=detail)
+ self.warn("Updated reference will be ignored as source has open workspace", detail=detail)
return new_ref