changeset 5859:c519638e5021

spelling: probably
author timeless@gmail.com
date Tue, 03 May 2016 12:10:06 +0000
parents bb391ccef19e
children 2ad0e992c4a4
files kallithea/lib/verlib.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/verlib.py	Tue May 03 12:10:32 2016 +0000
+++ b/kallithea/lib/verlib.py	Tue May 03 12:10:06 2016 +0000
@@ -251,7 +251,7 @@
     rs = re.sub(r"dev$", r"dev0", rs)
 
     # if we have something like "b-2" or "a.2" at the end of the
-    # version, that is pobably beta, alpha, etc
+    # version, that is probably beta, alpha, etc
     # let's remove the dash or dot
     rs = re.sub(r"([abc|rc])[\-\.](\d+)$", r"\1\2", rs)