aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/package
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-09 11:58:53 +0000
committerGravatar un1versal2015-12-19 02:40:22 +0000
commit7d4516afc4cd194f9224dcd5e07e0f234c162fdf (patch)
treea1a165c897339fcbd35a27108fe16c999a3041e2 /src/modules/package
parentMerge pull request #1776 from TheReign/issue_1754_2 (diff)
downloadKVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.gz
KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.tar.bz2
KVIrc-7d4516afc4cd194f9224dcd5e07e0f234c162fdf.zip
src/modules typos: capitalize, formatting, consistency and syntax fixes
Diffstat (limited to 'src/modules/package')
-rw-r--r--src/modules/package/libkvipackage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/package/libkvipackage.cpp b/src/modules/package/libkvipackage.cpp
index 8986463aa..3f7ed0e91 100644
--- a/src/modules/package/libkvipackage.cpp
+++ b/src/modules/package/libkvipackage.cpp
@@ -178,7 +178,7 @@ static bool package_kvs_fnc_info(KviKvsModuleFunctionCall * c)
@syntax:
package.extractfield <package_path> <field_id> <target_file_name>
@description:
- Extracs a package binary metadata field and saves it to the specified file.
+ Extracts a package binary metadata field and saves it to the specified file.
This is useful to extract images from the packages.
*/
static bool package_kvs_cmd_extractField(KviKvsModuleCommandCall * c)
@@ -203,7 +203,7 @@ static bool package_kvs_cmd_extractField(KviKvsModuleCommandCall * c)
if(!pField)
{
- c->warning(__tr2qs_ctx("Package does not contain binary field %1","package").arg(szFieldId));
+ c->warning(__tr2qs_ctx("Package doesn't contain binary field %1","package").arg(szFieldId));
return true;
}