Custom Query (1174 matches)
Results (343 - 345 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1102 | fixed | Typo in mediagoblin.pot | ||
| Description |
Hello, I found a typo in mediagoblin.pot: "...Copy it’s URL..." should read "...Copy its URL..." (The string is truncated above.) |
|||
| #5359 | fixed | Typo in deployment documentation | ||
| Description |
unpriviledged -> unprivileged |
|||
| #5433 | fixed | Typo in decorator text returned to API client | ||
| Description |
diff --git a/mediagoblin/decorators.py b/mediagoblin/decorators.py
index a2c49bc..daeddb3 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
|
|||
Note:
See TracQuery
for help on using queries.
