summaryrefslogtreecommitdiff
path: root/buildstream/source.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/source.py')
-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