diff options
| author | 2016-01-31 19:36:37 +0100 | |
|---|---|---|
| committer | 2016-01-31 19:36:37 +0100 | |
| commit | 07867e9e4caf28738fb613c803c385f368db433e (patch) | |
| tree | 2bdf9e8e5401c899cb5d72063ace1213ef174a30 /src/modules/perl/libkviperl.cpp | |
| parent | Merge pull request #1858 from bsdjunk/master (diff) | |
| download | KVIrc-07867e9e4caf28738fb613c803c385f368db433e.tar.gz KVIrc-07867e9e4caf28738fb613c803c385f368db433e.tar.bz2 KVIrc-07867e9e4caf28738fb613c803c385f368db433e.zip | |
run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Arfrever
Diffstat (limited to 'src/modules/perl/libkviperl.cpp')
| -rw-r--r-- | src/modules/perl/libkviperl.cpp | 4 |
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] |
