diff --git a/src/sbbs3/putmsg.cpp b/src/sbbs3/putmsg.cpp
index ced9c674bafd63c94017c8b9978ad50b329fe98d..9b87afacdfd35d645d5adf6f3c8bf489c3be33d4 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;