diff options
| author | 2015-10-08 13:31:51 +0100 | |
|---|---|---|
| committer | 2015-10-08 17:39:58 +0100 | |
| commit | 4916057361fc8ce13f63e36b993f20a1e4aa7e1c (patch) | |
| tree | fde05d885169fb82b4fc4a0d43de4ef4d7f3e6ca /src/modules/file/libkvifile.cpp | |
| parent | [ci skip] no strings - cpp files - typo corrections (diff) | |
| download | KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.gz KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.bz2 KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.zip | |
[ci skip] cpp file typos and capitalization corrections
Diffstat (limited to 'src/modules/file/libkvifile.cpp')
| -rw-r--r-- | src/modules/file/libkvifile.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/file/libkvifile.cpp b/src/modules/file/libkvifile.cpp index b52ea8e5f..869cb9c89 100644 --- a/src/modules/file/libkvifile.cpp +++ b/src/modules/file/libkvifile.cpp @@ -46,7 +46,7 @@ #if defined(COMPILE_SSL_SUPPORT) - // Apple deprecated openssl since osx 10.7: + // Apple deprecated openSSL since OS X 10.7: #ifdef DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER #undef DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER @@ -79,9 +79,9 @@ Makes a copy of the <source> file as <destination>.[br] If the [-o] switch is used, the <destination> file is overwritten, if already exists.[br] With no [-o] switch, this command does not overwrite files.[br] - The destination path must be already existing: if you want to ensure this, use [cmd]file.mkdir[/cmd] first.[br] + The destination path must already exist: if you want to ensure this, use [cmd]file.mkdir[/cmd] first.[br] The paths (<source> and <destination>) are adjusted according to the system that KVIrc - is running on so you don't have to bother about portability: it *should* be automatically + is running on so you don't have to bother about portability: it [i]should[i/] be automatically guaranteed. Just use UNIX style paths for them.[br] @seealso: [cmd]file.rename[/cmd], [fnc]$file.exists[/fnc] @@ -1529,7 +1529,7 @@ static bool file_kvs_fnc_digest(KviKvsModuleFunctionCall * c) { qAlgo = QCryptographicHash::Md5; } else { - c->warning(__tr2qs("KVIrc is compiled without Crypto++ or OpenSSL support. $file.digest supports only MD4, MD5 and SHA1.")); + c->warning(__tr2qs("KVIrc is compiled without Crypto++ or SSL support. $file.digest supports only MD4, MD5 and SHA1.")); return true; } |
