summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-05-04 22:18:54 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:26 +0200
commit3a7b12950ffa066d942a50142bb2cd69da28ecf6 (patch)
treef60cf03f20d8dd27fffcba86f0220f26fe8e3540 /third_party
parent685f45280af8695c21800ad41230d05fd56c33ad (diff)
downloadsamba-3a7b12950ffa066d942a50142bb2cd69da28ecf6.tar.gz
Fix spelling s/desriptor/descriptor/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'third_party')
-rwxr-xr-xthird_party/dnspython/examples/zonediff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/dnspython/examples/zonediff.py b/third_party/dnspython/examples/zonediff.py
index ad81fb1d2d4..0c101781a3e 100755
--- a/third_party/dnspython/examples/zonediff.py
+++ b/third_party/dnspython/examples/zonediff.py
@@ -199,7 +199,7 @@ The differences shown will be logical differences, not textual differences.
p.print_help()
sys.exit(64)
- # Open file desriptors
+ # Open file descriptors
if not opts.use_vc:
oldn, newn = args
else: