File 0006-tfix-selection.patch of Package php-sabre-dav

From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Thu, 26 Feb 2015 13:56:46 -0400
Subject: tfix: selection

Forwarded: https://github.com/fruux/sabre-dav/pull/615
Applied-Upstream: https://github.com/fruux/sabre-dav/commit/60a1e4e70e315a1098712e43e7f16b196abd0b12
---
 bin/naturalselection | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/naturalselection b/bin/naturalselection
index 086722a..eaa55a4 100755
--- a/bin/naturalselection
+++ b/bin/naturalselection
@@ -72,7 +72,7 @@ def run(cacheDir, threshold, sleep=5, simulate=False, min_erase = 0):
 
 def main():
     parser = OptionParser(
-        version="naturalselecton v0.3",
+        version="naturalselection v0.3",
         description="Cache directory manager. Deletes cache entries based on accesstime and free space thresholds.\n" +
             "This utility is distributed alongside SabreDAV.",
         usage="usage: %prog [options] cacheDirectory",