summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-03-07 02:56:13 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-03-07 02:56:13 +0100
commit08140fe756f69e101dd39d6d7e2159cfcf79f510 (patch)
treea76c687b89253afdc1f45d1fdc647a596ed485be /doc
parentdc284d318e6c61ffc1f555b97cfae13e527f4d54 (diff)
downloadkvirc-08140fe756f69e101dd39d6d7e2159cfcf79f510.tar.gz
kvirc-08140fe756f69e101dd39d6d7e2159cfcf79f510.zip
Fix typo in example script autoidle
Diffstat (limited to 'doc')
-rw-r--r--doc/scriptexamples/antiidle/antiidle.kvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scriptexamples/antiidle/antiidle.kvs b/doc/scriptexamples/antiidle/antiidle.kvs
index a4b59cc..4fc2f63 100644
--- a/doc/scriptexamples/antiidle/antiidle.kvs
+++ b/doc/scriptexamples/antiidle/antiidle.kvs
@@ -22,7 +22,7 @@ alias(aidle)
aidle internal_run
# saving the status of the anti idle script
%Aidlestatus{$ic} = 1
- # an anti idle var is set, to define the speed of the anti itde script
+ # an anti idle var is set, to define the speed of the anti idle script
# there are 2 possible ways
%Aidletype{$ic} = 1
echo "Anti idle has been enabled"