]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 22:58:20 +0000 (22:58 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 22:58:20 +0000 (22:58 +0000)
contrib/gnatsparse/gnatsparse.py

index 5315ee8b0b17a4448a0113a28d71ec7ab880c7dd..c70993493b44791d8aad73da8ef2af01c67c7685 100755 (executable)
@@ -357,7 +357,7 @@ class Bugzillabug(object):
         for piece in pieces:
             result = changedfromtore.search(piece)
             # See what things we actually have inside this entry, and
-            # handle them approriately
+            # handle them appropriately
             if result is not None:
                 type = result.group(1)
                 changedfromto = result.group(2)