1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

samba_tool/base.py: Fix typo.

Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Karolin Seeger 2013-05-15 18:16:03 +02:00 committed by Jeremy Allison
parent 86a58b01e0
commit 948ef97f08

View 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]