aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/perlcore
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/perlcore
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/perlcore')
-rw-r--r--src/modules/perlcore/libkviperlcore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/perlcore/libkviperlcore.cpp b/src/modules/perlcore/libkviperlcore.cpp
index 5ba013f4e..ee591e0b5 100644
--- a/src/modules/perlcore/libkviperlcore.cpp
+++ b/src/modules/perlcore/libkviperlcore.cpp
@@ -200,7 +200,7 @@ bool KviPerlInterpreter::init()
"{\n" \
" my($p,$f,$l,$x);\n" \
" ($p,$f,$l) = caller;\n" \
- " KVIrc::internalWarning(\"At line \".$l.\" of perl code: \");\n" \
+ " KVIrc::internalWarning(\"At line \".$l.\" of Perl code: \");\n" \
" KVIrc::internalWarning(join(' ',@_));\n" \
"}\n").arg(m_szContextName);
@@ -237,7 +237,7 @@ bool KviPerlInterpreter::execute(
{
if(!m_pInterpreter)
{
- szError = __tr2qs_ctx("Internal error: perl interpreter not initialized","perl");
+ szError = __tr2qs_ctx("Internal error: Perl interpreter not initialized","perl");
return false;
}