Fixed typos visisble, appplication
authorJoar Wandborg <git@wandborg.com>
Sat, 22 Sep 2012 10:03:32 +0000 (12:03 +0200)
committerJoar Wandborg <git@wandborg.com>
Sat, 22 Sep 2012 10:03:32 +0000 (12:03 +0200)
mediagoblin/plugins/oauth/forms.py

index 35995373527295f27436a100af311dbf002658a7..7a2b9fa027763288a073c4468e1acf6b54096772 100644 (file)
@@ -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=[