From: Andrew Browning Date: Tue, 1 Mar 2016 06:00:14 +0000 (-0500) Subject: Fix #5433 - Typo in decorators X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1db8690fe9dc625bc648e04493d075cad76689cc;p=mediagoblin.git Fix #5433 - Typo in decorators --- diff --git a/mediagoblin/decorators.py b/mediagoblin/decorators.py index a2c49bcc..daeddb3f 100644 --- a/mediagoblin/decorators.py +++ b/mediagoblin/decorators.py @@ -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