From 09b4ceabc0fd2bf1039ba3da12b3237100017a64 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 16 Nov 2024 14:13:38 -0800 Subject: [PATCH] [ci skip] multi-user should be multiuser --- doc/user/caching.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/caching.xml b/doc/user/caching.xml index 413c72da9..36dfc78af 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. -- 2.11.4.GIT