summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-05-15 18:16:03 +0200
committerJeremy Allison <jra@samba.org>2013-05-15 21:04:41 -0700
commit948ef97f08dc329c75a5061f86a653d227e654c1 (patch)
tree96e1fee0d2d5c2652fdbf32530a794ea2c5d9e56 /python
parent86a58b01e0cd2f05b3767789bedd27d185421d52 (diff)
downloadsamba-948ef97f08dc329c75a5061f86a653d227e654c1.tar.gz
samba-948ef97f08dc329c75a5061f86a653d227e654c1.tar.bz2
samba-948ef97f08dc329c75a5061f86a653d227e654c1.zip
samba_tool/base.py: Fix typo.
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/samba_tool/base.py2
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]