From 74ddfaddd5968a0ce5c456bc5647671e093581d2 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 22:58:33 +0000 Subject: Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad Dascalu . --- contrib/gnatsparse/gnatsparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/gnatsparse') diff --git a/contrib/gnatsparse/gnatsparse.py b/contrib/gnatsparse/gnatsparse.py index 5315ee8b0..c70993493 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) -- cgit v1.2.3-24-g4f1b