changeset 478:9f50db728af6 trunk

Fix typos.
author jruigrok
date Sun, 11 Apr 2010 08:43:36 +0000
parents e842cc43e9af
children 87efa3a28846
files babel/messages/catalog.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/babel/messages/catalog.py
+++ b/babel/messages/catalog.py
@@ -354,7 +354,7 @@
                 tt = time.strptime(value, '%Y-%m-%d %H:%M')
                 ts = time.mktime(tt)
 
-                # Seprate the offset into a sign component, hours, and minutes
+                # Separate the offset into a sign component, hours, and minutes
                 plus_minus_s, rest = tzoffset[0], tzoffset[1:]
                 hours_offset_s, mins_offset_s = rest[:2], rest[2:]
 
@@ -383,7 +383,7 @@
                     tt = time.strptime(value, '%Y-%m-%d %H:%M')
                     ts = time.mktime(tt)
 
-                    # Seprate the offset into a sign component, hours, and
+                    # Separate the offset into a sign component, hours, and
                     # minutes
                     plus_minus_s, rest = tzoffset[0], tzoffset[1:]
                     hours_offset_s, mins_offset_s = rest[:2], rest[2:]
Copyright (C) 2012-2017 Edgewall Software