diff options
author | vladd%bugzilla.org <> | 2006-06-20 00:58:33 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-20 00:58:33 +0200 |
commit | 74ddfaddd5968a0ce5c456bc5647671e093581d2 (patch) | |
tree | 9a1d5731dca9213b43a2663ab83299d40b0b4be4 /contrib/gnatsparse | |
parent | 865f1435976fd294bd5286254d0958eab99693d9 (diff) | |
download | bugzilla-74ddfaddd5968a0ce5c456bc5647671e093581d2.tar.gz bugzilla-74ddfaddd5968a0ce5c456bc5647671e093581d2.tar.xz |
Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'contrib/gnatsparse')
-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) |