samba_tool/base.py: Fix typo.
authorKarolin Seeger <kseeger@samba.org>
Wed, 15 May 2013 16:16:03 +0000 (18:16 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 16 May 2013 04:04:41 +0000 (21:04 -0700)
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
python/samba/tests/samba_tool/base.py

index 60ccaa543d7e1132c12253898f26c1dedaa3d9ff..c931af76b887bb0e7759344ec4e6b5c304f63080 100644 (file)
@@ -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]