summaryrefslogtreecommitdiff
path: root/subversion/bindings/ctypes-python/examples/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/bindings/ctypes-python/examples/example.py')
-rwxr-xr-xsubversion/bindings/ctypes-python/examples/example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/bindings/ctypes-python/examples/example.py b/subversion/bindings/ctypes-python/examples/example.py
index 9afdbb5..0a717be 100755
--- a/subversion/bindings/ctypes-python/examples/example.py
+++ b/subversion/bindings/ctypes-python/examples/example.py
@@ -101,7 +101,7 @@ txn.mkdir("blahdir/dj/a/b/c/d/e/f")
txn.mkdir("blahdir/dj/a/b/c/d/e/f/g")
txn.upload("blahdir/dj/a/b/c/d/e/f/g/h.txt", "/tmp/contents.txt")
-rev = txn.commit("create blahdir and descendents")
+rev = txn.commit("create blahdir and descendants")
print("Committed revision %d" % rev)
def ignore(path, kind):