Correcting a couple of spelling errors. Thanks elesa, for finding them!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 24 Sep 2012 16:38:55 +0000 (11:38 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 24 Sep 2012 16:40:47 +0000 (11:40 -0500)
mediagoblin/plugins/oauth/forms.py

index 7a2b9fa027763288a073c4468e1acf6b54096772..2a956dad3fa08366d669de75603963399f3d057a 100644 (file)
@@ -36,7 +36,7 @@ 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 visble to users allowing your
+            description=_('''This will be visible to users allowing your
                 application to authenticate as them.'''))
     type = wtforms.SelectField(_('Type'),
             [wtforms.validators.Required()],