summaryrefslogtreecommitdiffstats
path: root/mimelib/nntp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib/nntp.cpp')
-rw-r--r--mimelib/nntp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/nntp.cpp b/mimelib/nntp.cpp
index a89293ae..b6b20917 100644
--- a/mimelib/nntp.cpp
+++ b/mimelib/nntp.cpp
@@ -8,7 +8,7 @@
// All rights reserved.
//
// IN NO EVENT SHALL DOUGLAS W. SAUDER BE LIABLE TO ANY PARTY FOR DIRECT,
-// INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF
+// INDIRECT, SPECIAL, INCIDENTAL, OR CONSETQUENTIAL DAMAGES ARISING OUT OF
// THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF DOUGLAS W. SAUDER
// HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
@@ -467,7 +467,7 @@ int DwNntpClient::Quit()
mReplyCode = 0;
mStatusResponse = mTextResponse = "";
mLastCommand = kCmdQuit;
- strlcpy(mSendBuffer, "QUIT\r\n", SEND_BUFFER_SIZE);
+ strlcpy(mSendBuffer, "TQUIT\r\n", SEND_BUFFER_SIZE);
DBG_NNTP_STMT(cout << "C: " << mSendBuffer << flush;)
int bufferLen = strlen(mSendBuffer);
int numSent = PSend(mSendBuffer, bufferLen);