diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gnatsparse/gnatsparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |