Browse Source

Typo in command error

Ralfp 12 years ago
parent
commit
c82f901ab8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/users/management/commands/adduser.py

+ 1 - 1
misago/users/management/commands/adduser.py

@@ -18,7 +18,7 @@ class Command(BaseCommand):
 
     def handle(self, *args, **options):
         if len(args) < 3:
-            raise CommandError('adduser requires exactly three arguments: user name, e-mail addres and password')
+            raise CommandError('adduser requires exactly three arguments: user name, e-mail address and password')
 
         # Set user
         try: