summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-20 00:58:33 +0200
committervladd%bugzilla.org <>2006-06-20 00:58:33 +0200
commit74ddfaddd5968a0ce5c456bc5647671e093581d2 (patch)
tree9a1d5731dca9213b43a2663ab83299d40b0b4be4 /contrib
parent865f1435976fd294bd5286254d0958eab99693d9 (diff)
downloadbugzilla-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')
-rwxr-xr-xcontrib/gnatsparse/gnatsparse.py2
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)