Skip to content

Commit ef597bd

Browse files
Alexander Shturmmeta-codesync[bot]
authored andcommitted
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: 2697a33980d160bfc40a4b33b43576cbe1abd71c
1 parent d4f236e commit ef597bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wa_raft_label.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
%%% Behaviour callbacks
1717
%%%
1818

19-
% Produce a label for a new log record based on the log payload and the label of the preceeding log entry.
19+
% Produce a label for a new log record based on the log payload and the label of the preceding log entry.
2020
-callback new_label(LastLabel :: label(), Command :: wa_raft_acceptor:command()) -> NewLabel :: label().

0 commit comments

Comments
 (0)