[master] 05e98601a spelling: temp directory

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 19 12:45:06 UTC 2024


commit 05e98601a4601d1eaac2a8be7e452e54f70fbd29
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:31:01 2024 -0400

    spelling: temp directory
    
    Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>

diff --git a/tools/vtest.sh b/tools/vtest.sh
index 1b3bd60c5..cc617b592 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -35,7 +35,7 @@ set -e
 
 export MAKEFLAGS="${MAKEFLAGS:--j2}"
 
-# This tempdirectory must not be used by anything else.
+# This temp directory must not be used by anything else.
 # Do *NOT* set this to /tmp
 export TMPDIR="${TMPDIR:-`pwd`/_vtest_tmp}"
 


More information about the varnish-commit mailing list