From 8c6b4b8d213b281c2de383dff62c43a23b1367ea Mon Sep 17 00:00:00 2001 From: KindOne Date: Tue, 17 Sep 2013 16:00:32 -0400 Subject: [PATCH] Correct two typos. --- src/ClientCommand.cpp | 2 +- src/User.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ClientCommand.cpp b/src/ClientCommand.cpp index 997406ba..050fe782 100644 --- a/src/ClientCommand.cpp +++ b/src/ClientCommand.cpp @@ -1493,7 +1493,7 @@ void CClient::HelpUser() { Table.AddColumn("Arguments"); Table.AddColumn("Description"); - PutStatus("In the following list all occurences of <#chan> support wildcards (* and ?)"); + PutStatus("In the following list all occurrences of <#chan> support wildcards (* and ?)"); PutStatus("(Except ListNicks)"); Table.AddRow(); diff --git a/src/User.cpp b/src/User.cpp index 91b9e841..78730d93 100644 --- a/src/User.cpp +++ b/src/User.cpp @@ -220,7 +220,7 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) { if (pConfig->FindStringEntry("buffer", sValue)) SetBufferCount(sValue.ToUInt(), true); if (pConfig->FindStringEntry("awaysuffix", sValue)) { - CUtils::PrintMessage("WARNING: AwaySuffix has been depricated, instead try -> LoadModule = awaynick %nick%_" + sValue); + CUtils::PrintMessage("WARNING: AwaySuffix has been deprecated, instead try -> LoadModule = awaynick %nick%_" + sValue); } if (pConfig->FindStringEntry("autocycle", sValue)) { if (sValue.Equals("true"))