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"))