aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/command')
-rw-r--r--libbe/command/set.py2
-rw-r--r--libbe/command/severity.py2
-rw-r--r--libbe/command/status.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/libbe/command/set.py b/libbe/command/set.py
index d552878..859a731 100644
--- a/libbe/command/set.py
+++ b/libbe/command/set.py
@@ -148,7 +148,7 @@ own:
active_status:
- - unconfirmed
- - A possible bug which lacks independent existance confirmation.
+ - A possible bug which lacks independent existence confirmation.
- - open
- A working bug that has not been assigned to a developer.
diff --git a/libbe/command/severity.py b/libbe/command/severity.py
index ca18019..302d523 100644
--- a/libbe/command/severity.py
+++ b/libbe/command/severity.py
@@ -101,7 +101,7 @@ is specified, it will be assigned to the bug.
Severity levels are:
%s
-You can overide the list of allowed severities on a per-repository
+You can override the list of allowed severities on a per-repository
basis. See `be set --help` for details.
""" % ('\n '.join(severity_levels))
return ret
diff --git a/libbe/command/status.py b/libbe/command/status.py
index 1f5fd71..96448df 100644
--- a/libbe/command/status.py
+++ b/libbe/command/status.py
@@ -113,7 +113,7 @@ Active status levels are:
Inactive status levels are:
%s
-You can overide the list of allowed statuses on a per-repository
+You can override the list of allowed statuses on a per-repository
basis. See `be set --help` for details.
""" % ('\n '.join(active_statuses), '\n '.join(inactive_statuses))
return ret