Skip to content

Commit 2ee48cb

Browse files
Update soap.c
1 parent 66e906f commit 2ee48cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/logic/soap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ static const char *SOAP_SARCASTIC_PATTERNS[] = {
185185
};
186186

187187
/** Lookup table for formal phrases */
188-
static const char *SOAP_FORMAL_PATTERS[] = {
188+
static const char *SOAP_FORMAL_PATTERNS[] = {
189189
"Dear Sir or Madam", "To whom it may concern", "Yours sincerely", "Yours faithfully",
190190
"Best regards", "Respectfully", "I would like to", "I am writing to",
191191
"Please find attached", "Thank you for your consideration", "I look forward to your response",

0 commit comments

Comments
 (0)