]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:tests: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Sun, 3 Sep 2023 22:22:42 +0000 (10:22 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Sep 2023 02:42:41 +0000 (02:42 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/samba_tool/base.py

index a5d890a2afd38970e1d7b08f03f01ca668163d59..9df8ee1e6606f7e4f9f8cb4f55796efd34b0efba 100644 (file)
@@ -19,7 +19,7 @@
 # of the commands. A list of the environmental variables can be found in
 # ~/selftest/selftest.pl
 #
-# These can all be accesses via os.environ["VARIBLENAME"] when needed
+# These can all be accessed via os.environ["VARIABLENAME"] when needed
 
 import os
 import random