aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--becommands/assign.py2
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__