summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-04-21 11:43:01 +0200
committerJürg Billeter <j@bitron.ch>2020-04-21 11:43:01 +0200
commitf685c312aba0014e62118ae937ee710e65c11cfc (patch)
treecf44b6b4c102761f86291398590a626900cb5c56
parente93d33b1604717283d8684c9702c59a3b37c5063 (diff)
parent0b92a1f104140af22d6172712d7e083136a0ac8a (diff)
downloadbuildstream-f685c312aba0014e62118ae937ee710e65c11cfc.tar.gz
Merge branch 'seanborg/buildstream-seanborg/documentation-typos'
-rw-r--r--doc/source/format_project.rst2
-rw-r--r--src/buildstream/_frontend/app.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst
index 549743146..3ee91e0f9 100644
--- a/doc/source/format_project.rst
+++ b/doc/source/format_project.rst
@@ -25,7 +25,7 @@ Project name
~~~~~~~~~~~~
The project name is a unique symbol for your project and will
be used to distinguish your project from others in user preferences,
-namspaceing of your project's artifacts in shared artifact caches,
+namespacing of your project's artifacts in shared artifact caches,
and in any case where BuildStream needs to distinguish between multiple
projects.
diff --git a/src/buildstream/_frontend/app.py b/src/buildstream/_frontend/app.py
index 8ce5493ee..baf75c05d 100644
--- a/src/buildstream/_frontend/app.py
+++ b/src/buildstream/_frontend/app.py
@@ -906,7 +906,7 @@ class App:
self._detail_profile.fmt(
w.fill(
"The project name is a unique symbol for your project and will be used "
- "to distinguish your project from others in user preferences, namspaceing "
+ "to distinguish your project from others in user preferences, namespacing "
"of your project's artifacts in shared artifact caches, and in any case where "
"BuildStream needs to distinguish between multiple projects."
)