mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: Correct typos and spelling mistakes (#12812)
Over the years we accrued many spelling mistakes in the code base. This PR attempts to fix spelling mistakes and typos in all areas of the code that are extremely safe to change - comments - test descriptions - other low risk areas
This commit is contained in:
parent
6421fabb02
commit
59097b207f
207 changed files with 315 additions and 315 deletions
|
@ -16,7 +16,7 @@ class ImportScripts::MyAskBot < ImportScripts::Base
|
|||
DB_PASS = 'yeah, right'
|
||||
|
||||
# A list of categories to create. Any post with one of these tags will be
|
||||
# assigned to that category. Ties are broken by list orer.
|
||||
# assigned to that category. Ties are broken by list order.
|
||||
CATEGORIES = [ 'Nonconvex', 'TFOCS', 'MIDCP', 'FAQ' ]
|
||||
|
||||
def initialize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue