diff --git a/mayan/apps/common/management/commands/convertdb.py b/mayan/apps/common/management/commands/convertdb.py index 69e0804e1f..4e92328683 100644 --- a/mayan/apps/common/management/commands/convertdb.py +++ b/mayan/apps/common/management/commands/convertdb.py @@ -46,7 +46,7 @@ class Command(management.BaseCommand): parser.add_argument( '--force', action='store_true', dest='force', help=_( - 'Force the conversion of the database even if the receving ' + 'Force the conversion of the database even if the receiving ' 'database is not empty.' ), )