mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix random typos (#20937)
This commit is contained in:
@@ -603,7 +603,7 @@ module Discourse
|
||||
USER_READONLY_MODE_KEY ||= "readonly_mode:user"
|
||||
PG_FORCE_READONLY_MODE_KEY ||= "readonly_mode:postgres_force"
|
||||
|
||||
# Psuedo readonly mode, where staff can still write
|
||||
# Pseudo readonly mode, where staff can still write
|
||||
STAFF_WRITES_ONLY_MODE_KEY ||= "readonly_mode:staff_writes_only"
|
||||
|
||||
READONLY_KEYS ||= [
|
||||
|
||||
@@ -82,7 +82,7 @@ class UploadCreator
|
||||
# in S3
|
||||
#
|
||||
# FIXME: I've added a bunch of external_upload_too_big checks littered
|
||||
# throughout the UploadCreator code. It would be better to have two seperate
|
||||
# throughout the UploadCreator code. It would be better to have two separate
|
||||
# classes with shared methods, rather than doing all these checks all over the
|
||||
# place. Needs a refactor.
|
||||
external_upload_too_big = @opts[:external_upload_too_big]
|
||||
|
||||
Reference in New Issue
Block a user