aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/perl/libkviperl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/perl/libkviperl.cpp')
-rw-r--r--src/modules/perl/libkviperl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/perl/libkviperl.cpp b/src/modules/perl/libkviperl.cpp
index ef2df64ce..3e8f3c834 100644
--- a/src/modules/perl/libkviperl.cpp
+++ b/src/modules/perl/libkviperl.cpp
@@ -199,7 +199,7 @@
Sets KVIrc's local variable %x to <value>[br]
    [b]KVIrc::setGlobal(<Y>,<value>)[/b][br]
Sets KVIrc's global variable %Y to <value>[br]
- The local variables referenced belong to the current KVS exection context
+ The local variables referenced belong to the current KVS execution context
while the global variables are visible everywhere.[br]
[example]
%pippo = test
@@ -388,7 +388,7 @@
If <perl_context> is specified then a Perl interpreter
keyed to that context is used: if it was already existing
then it is reused otherwise it is created.
- Any <perl_context> is persistent: it mantains the function
+ Any <perl_context> is persistent: it maintains the function
declarations and Perl variable states until explicitly
destroyed with [cmd]perl.destroy[/cmd] (or the perlcore
module is forcibly unloaded).[br]