Skip to content
Snippets Groups Projects
Commit 9cec7e7c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in comment

parent 67d6cf3c
Branches
Tags
No related merge requests found
......@@ -443,7 +443,7 @@ char sbbs_t::putmsgfrag(const char* buf, int& mode, int org_cols, JSObject* obj)
mode &= ~P_NOABORT;
continue;
}
if(memcmp(str+l, "@QOFF@", 6) == 0) { // Do not allow the display of teh file to be aborted (PCBoard)
if(memcmp(str+l, "@QOFF@", 6) == 0) { // Do not allow the display of the file to be aborted (PCBoard)
l += 6;
mode |= P_NOABORT;
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment