diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2013-03-07 02:56:13 +0100 | 
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2013-03-07 02:56:13 +0100 | 
| commit | 08140fe756f69e101dd39d6d7e2159cfcf79f510 (patch) | |
| tree | a76c687b89253afdc1f45d1fdc647a596ed485be | |
| parent | dc284d318e6c61ffc1f555b97cfae13e527f4d54 (diff) | |
| download | kvirc-08140fe756f69e101dd39d6d7e2159cfcf79f510.tar.gz kvirc-08140fe756f69e101dd39d6d7e2159cfcf79f510.zip  | |
Fix typo in example script autoidle
| -rw-r--r-- | doc/scriptexamples/antiidle/antiidle.kvs | 2 | 
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"  | 
