From: Joar Wandborg Date: Sat, 22 Sep 2012 10:03:32 +0000 (+0200) Subject: Fixed typos visisble, appplication X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5ee1ab2abb9d4ab0945930a6d79750bdd02ba8a3;p=mediagoblin.git Fixed typos visisble, appplication --- diff --git a/mediagoblin/plugins/oauth/forms.py b/mediagoblin/plugins/oauth/forms.py index 35995373..7a2b9fa0 100644 --- a/mediagoblin/plugins/oauth/forms.py +++ b/mediagoblin/plugins/oauth/forms.py @@ -36,8 +36,8 @@ class ClientRegistrationForm(wtforms.Form): description=_('The name of the OAuth client')) description = wtforms.TextAreaField(_('Description'), [wtforms.validators.Length(min=0, max=500)], - description=_('''This will be visisble to users allowing your - appplication to authenticate as them.''')) + description=_('''This will be visble to users allowing your + application to authenticate as them.''')) type = wtforms.SelectField(_('Type'), [wtforms.validators.Required()], choices=[