From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 22:58:20 +0000 (+0000) Subject: Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad... X-Git-Tag: bugzilla-2.22.1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46ac739d122e677aff377a83dc592f7379afd1ae;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad Dascalu . --- diff --git a/contrib/gnatsparse/gnatsparse.py b/contrib/gnatsparse/gnatsparse.py index 5315ee8b0b..c70993493b 100755 --- a/contrib/gnatsparse/gnatsparse.py +++ b/contrib/gnatsparse/gnatsparse.py @@ -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)