summaryrefslogtreecommitdiff
path: root/inc/geshi/autoit.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/geshi/autoit.php')
-rw-r--r--inc/geshi/autoit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/geshi/autoit.php b/inc/geshi/autoit.php
index 5cd32f491..6bfb9e04c 100644
--- a/inc/geshi/autoit.php
+++ b/inc/geshi/autoit.php
@@ -4,7 +4,7 @@
* --------
* Author: mastrboy
* Copyright: (c) 2006 and to GESHi ;)
- * Release Version: 1.0.7.11
+ * Release Version: 1.0.7.12
* Date Started: 26.01.2006
*
* Current bugs & todo:
@@ -36,7 +36,7 @@
************************************************************************************/
$language_data = array (
- 'LANG_NAME' => 'AUTOIT',
+ 'LANG_NAME' => 'AutoIT',
'COMMENT_SINGLE' => array(';'),
'COMMENT_MULTI' => array('#comments-start' => '#comments-end'),
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,