diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2017-03-09 15:13:32 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2017-03-10 07:31:10 +0100 |
commit | 4485ba5f3cc0d4d86540a3093f7b1e684a801b59 (patch) | |
tree | b39c4d6f3c6712c39f8ebace57d7b4804bf84877 /examples | |
parent | d424c7d5af0d36380b6a9d3046a542a70324e713 (diff) | |
download | samba-4485ba5f3cc0d4d86540a3093f7b1e684a801b59.tar.gz |
./examples/scripts/SambaConfig.py: fix typo in "continue"
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/scripts/shares/python/SambaConfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/shares/python/SambaConfig.py b/examples/scripts/shares/python/SambaConfig.py index 3d4a47398c7..6ceec8a1753 100644 --- a/examples/scripts/shares/python/SambaConfig.py +++ b/examples/scripts/shares/python/SambaConfig.py @@ -124,7 +124,7 @@ class SambaConf: if input_str[-1] == "\\" : result += input_str[0:-1] - contine + continue ## otherwise we have a complete line result += input_str |