diff --git a/files/routes/admin.py b/files/routes/admin.py index 7ec9a8f62..95f14d5a3 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1218,7 +1218,7 @@ def sticky_post(post_id, v): code = 200 else: post.stickied_utc = None - pin_time = 'permantently' + pin_time = 'permanently' code = 201 post.stickied = v.username