diff options
author | Sean Borg <sean.borg@codethink.co.uk> | 2020-04-21 09:16:49 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-04-21 11:42:42 +0200 |
commit | 0b92a1f104140af22d6172712d7e083136a0ac8a (patch) | |
tree | cf44b6b4c102761f86291398590a626900cb5c56 /doc | |
parent | e93d33b1604717283d8684c9702c59a3b37c5063 (diff) | |
download | buildstream-0b92a1f104140af22d6172712d7e083136a0ac8a.tar.gz |
Fix typo namspaceing -> namespacing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/format_project.rst | 2 |
1 files changed, 1 insertions, 1 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. |