diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 22:13:38 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-16 22:13:38 (GMT) |
commit | 09b4ceabc0fd2bf1039ba3da12b3237100017a64 (patch) | |
tree | e5ddbc8e30211d5308d33e039ac28607ebc67644 | |
parent | 3a6dd27b522013d2d550eb58654b8cc3b4b933d1 (diff) | |
download | SCons-09b4ceabc0fd2bf1039ba3da12b3237100017a64.zip SCons-09b4ceabc0fd2bf1039ba3da12b3237100017a64.tar.gz SCons-09b4ceabc0fd2bf1039ba3da12b3237100017a64.tar.bz2 |
[ci skip] multi-user should be multiuser
-rw-r--r-- | doc/user/caching.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/caching.xml b/doc/user/caching.xml index 413c72d..36dfc78 100644 --- a/doc/user/caching.xml +++ b/doc/user/caching.xml @@ -86,7 +86,7 @@ CacheDir('/usr/local/build_cache') this directory would typically be on a shared or NFS-mounted file system. While &SCons; will create the specified cache directory as needed, - in this multi-user scenario it is usually best + in this multiuser scenario it is usually best to create it ahead of time, so the access rights can be set up correctly. |