diff options
author | dartraiden <wowemuh@gmail.com> | 2018-07-25 14:48:32 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-07-25 14:48:32 +0300 |
commit | 88be4e928290b5c015bab331caa5a9022e6ef0cc (patch) | |
tree | 85297ff695c41ea7c5a80c9933b3900d7f68e05b | |
parent | 485fcb013e0a17b2be06eb45cb0243e6561e75b3 (diff) |
cosmetic fixes, typos
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 4 | ||||
-rw-r--r-- | 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"\"");
|