diff options
-rw-r--r-- | python/samba/tests/samba_tool/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/samba_tool/base.py b/python/samba/tests/samba_tool/base.py index 60ccaa543d..c931af76b8 100644 --- a/python/samba/tests/samba_tool/base.py +++ b/python/samba/tests/samba_tool/base.py @@ -72,7 +72,7 @@ class SambaToolCmdTest(samba.tests.TestCaseInTempDir): def runsubcmd(self, name, sub, *args): """run a command with sub commands""" - # The reason we need this function seperate from runcmd is + # The reason we need this function separate from runcmd is # that the .outf StringIO assignment is overriden if we use # runcmd, so we can't capture stdout and stderr cmd = cmd_sambatool.subcommands[name].subcommands[sub] |