From 9e6f1405539fc8f7cd0ca4670a88a44a47046dd1 Mon Sep 17 00:00:00 2001 From: iSar Date: Tue, 8 Aug 2017 12:15:56 +0200 Subject: [PATCH] Fixed typo --- plugins/django/django.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/django/django.plugin.zsh b/plugins/django/django.plugin.zsh index 35865a69..edb097a6 100644 --- a/plugins/django/django.plugin.zsh +++ b/plugins/django/django.plugin.zsh @@ -154,7 +154,7 @@ _managepy-makemessages(){ "--no-default-ignore[Don't ignore the common glob-style patterns 'CVS', '.*', '*~' and '*.pyc'.]" \ "--no-wrap[Don't break long message lines into several lines.]" \ "--no-location[Don't write '#: filename:line' lines.]" \ - '--no-obsolete[emove obsolete message strings.]' \ + '--no-obsolete[Remove obsolete message strings.]' \ '--keep-pot[Keep .pot file after making messages.]' \ $nul_args && ret=0 }