From: Joseph Sutton Date: Sun, 3 Sep 2023 22:22:42 +0000 (+1200) Subject: python:tests: Fix code spelling X-Git-Tag: tevent-0.16.0~681 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb79de4cbe97e28a6691d808410eee05a685b3cc;p=thirdparty%2Fsamba.git python:tests: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/samba_tool/base.py b/python/samba/tests/samba_tool/base.py index a5d890a2afd..9df8ee1e660 100644 --- a/python/samba/tests/samba_tool/base.py +++ b/python/samba/tests/samba_tool/base.py @@ -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