From 9cec7e7c0ae10cde0c5eae28c834e2592f272015 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (in GitKraken)" <rob@synchro.net> Date: Mon, 13 Mar 2023 16:22:05 -0700 Subject: [PATCH] Fix typo in comment --- src/sbbs3/putmsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/putmsg.cpp b/src/sbbs3/putmsg.cpp index ced9c674ba..9b87afacdf 100644 --- a/src/sbbs3/putmsg.cpp +++ b/src/sbbs3/putmsg.cpp @@ -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; -- GitLab