summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/PluginUpdater/src/DlgUpdate.cpp4
-rw-r--r--protocols/IRCG/src/ircproto.cpp2
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"\"");