Fix #5433 - Typo in decorators
authorAndrew Browning <ayleph@thisshitistemp.com>
Tue, 1 Mar 2016 06:00:14 +0000 (01:00 -0500)
committerAndrew Browning <ayleph@thisshitistemp.com>
Tue, 1 Mar 2016 06:00:14 +0000 (01:00 -0500)
mediagoblin/decorators.py

index a2c49bccd071f79db651ac6f493a526506bf9143..daeddb3f199352258988eef024d4022b705cce29 100644 (file)
@@ -416,7 +416,7 @@ def oauth_required(controller):
                 )
 
         if not valid:
-            error = "Invalid oauth prarameter."
+            error = "Invalid oauth parameter."
             return json_response({"error": error}, status=400)
 
         # Fill user if not already