From 88be4e928290b5c015bab331caa5a9022e6ef0cc Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 25 Jul 2018 14:48:32 +0300 Subject: cosmetic fixes, typos --- plugins/PluginUpdater/src/DlgUpdate.cpp | 4 ++-- protocols/IRCG/src/ircproto.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 5b2b0cebce..a3ef181f99 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -539,8 +539,8 @@ static renameTable[] = { L"mir_core.dll", nullptr }, { L"zlib.dll", nullptr }, - { L"Quotes.dll", L"Plugins\\CurrencyRates.dll" }, - { L"Proto_Quotes.dll", L"Icons\\Proto_CurrencyRates.dll" }, + { L"quotes.dll", L"Plugins\\currencyrates.dll" }, + { L"proto_quotes.dll", L"Icons\\proto_currencyrates.dll" }, { L"proto_newsaggr.dll", L"Icons\\proto_newsaggregator.dll" }, { L"clienticons_*.dll", L"Icons\\fp_icons.dll" }, diff --git a/protocols/IRCG/src/ircproto.cpp b/protocols/IRCG/src/ircproto.cpp index 096ed5b1c8..7bb0a1c882 100644 --- a/protocols/IRCG/src/ircproto.cpp +++ b/protocols/IRCG/src/ircproto.cpp @@ -408,7 +408,7 @@ int CIrcProto::FileResume(HANDLE hTransfer, int* action, const wchar_t** szFilen CMStringW sFileWithQuotes = di->sFile; - // if spaces in the filename surround witrh quotes + // if spaces in the filename surround with quotes if (sFileWithQuotes.Find(' ', 0) != -1) { sFileWithQuotes.Insert(0, L"\""); sFileWithQuotes.Insert(sFileWithQuotes.GetLength(), L"\""); -- cgit v1.2.3