Commit ef597bd
Fix additional spelling errors in comments across server modules
Summary:
Fix additional common misspellings in comments, doc strings, and string literals across 59 Erlang source files. Only comments and documentation text were changed — no code identifiers (function names, atom names, variable names, macros) were modified.
Misspellings fixed: succesful/succesfully/successfull→successful/successfully (38), reponse/respose/respone→response (9 in comments, skipped code identifiers), explicitely/explictly/explicity→explicitly (8), identifer→identifier (5), commited→committed (5), ommission/ommitted→omission/omitted (5), unecessary/unnessary→unnecessary (3), specifiy→specify (2), defintely→definitely (1), immediatelly→immediately (1), implictly→implicitly (1), paramter→parameter (1), calcualte→calculate (1), preceeding→preceding (1).
Reviewed By: thepulkitagarwal
Differential Revision: D93440546
fbshipit-source-id: 2697a33980d160bfc40a4b33b43576cbe1abd71c1 parent d4f236e commit ef597bd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
0 commit comments