diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-03-23 19:30:48 +0000 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-03-23 19:30:48 +0000 |
commit | e1f4137d3822c081fd13375953ac878ff92cc998 (patch) | |
tree | 1a2bde89bf0f70bff0521797a326c460e3e6c48b /becommands | |
parent | a1f871ec0398aac02aa904732607bcb3ffb1a2f5 (diff) | |
download | bugseverywhere-e1f4137d3822c081fd13375953ac878ff92cc998.tar.gz |
Speling errror
Diffstat (limited to 'becommands')
-rw-r--r-- | becommands/assign.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/assign.py b/becommands/assign.py index 5b07088..ca8c647 100644 --- a/becommands/assign.py +++ b/becommands/assign.py @@ -1,4 +1,4 @@ -"""Assign an indivitual or group to fix a bug""" +"""Assign an individual or group to fix a bug""" from libbe import bugdir, cmdutil, names __desc__ = __doc__ |