diff options
author | Gianluca Montecchi <gian@grys.it> | 2017-01-24 10:30:35 +0100 |
---|---|---|
committer | Gianluca Montecchi <gian@grys.it> | 2017-01-24 10:30:35 +0100 |
commit | c53c260019464efacb56c022642e1288bb781ff1 (patch) | |
tree | 2bb55d1388a00e97d319577492a32460ae4b313c /libbe/bug.py | |
parent | d738ead0ecb8e01ad07afdcd4d7d32635eeadaa4 (diff) | |
download | bugseverywhere-c53c260019464efacb56c022642e1288bb781ff1.tar.gz |
Merget patch from Matthew Fernandez to fix some typos
Diffstat (limited to 'libbe/bug.py')
-rw-r--r-- | libbe/bug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/bug.py b/libbe/bug.py index bb7a37d..7b3931d 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -67,7 +67,7 @@ severity_def = ( # in order of increasing resolution # roughly following http://www.bugzilla.org/docs/3.2/en/html/lifecycle.html active_status_def = ( - ("unconfirmed","A possible bug which lacks independent existance confirmation."), + ("unconfirmed","A possible bug which lacks independent existence confirmation."), ("open","A working bug that has not been assigned to a developer."), ("assigned","A working bug that has been assigned to a developer."), ("test","The code has been adjusted, but the fix is still being tested.")) |