]> arthur.barton.de Git - bup.git/commitdiff
Fix typo in documentation for strip_base_path
authorZoran Zaric <zz@zoranzaric.de>
Sat, 8 Jan 2011 14:57:03 +0000 (15:57 +0100)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 10 Jan 2011 03:04:35 +0000 (19:04 -0800)
Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
lib/bup/helpers.py

index a5b12e091259cb5fb5b75e5230578f96a1e74651..36b95602e9c8f2088ec9fd55d9693f47619b1d4f 100644 (file)
@@ -435,7 +435,7 @@ def strip_base_path(path, base_paths):
     """Strips the base path from a given path.
 
 
-    Determines the base path for the given string and the strips it
+    Determines the base path for the given string and then strips it
     using strip_path().
     Iterates over all base_paths from long to short, to prevent that
     a too short base_path is removed.