From d7e824ec1fc0431988d8dae96234e45f36745a7e Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" Date: Mon, 19 Jun 2006 15:58:33 +0000 Subject: [PATCH] Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad Dascalu . --- webtools/bugzilla/contrib/gnatsparse/gnatsparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/contrib/gnatsparse/gnatsparse.py b/webtools/bugzilla/contrib/gnatsparse/gnatsparse.py index 5315ee8b0b1..c70993493b4 100755 --- a/webtools/bugzilla/contrib/gnatsparse/gnatsparse.py +++ b/webtools/bugzilla/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)