]> granicus.if.org Git - icinga2/commitdiff
Fix type in nanorc syntax file 7252/head
authorAlan Litster <alan.litster@twentyci.co.uk>
Thu, 20 Jun 2019 12:46:38 +0000 (13:46 +0100)
committerAlan Litster <alan.litster@twentyci.co.uk>
Thu, 20 Jun 2019 12:46:38 +0000 (13:46 +0100)
tools/syntax/nano/icinga2.nanorc

index 9d02037098a78c91083e983aacf33b7e09db7473..cbc743b106354d9b3bdb70afd3c4d3492aa51448 100644 (file)
@@ -39,7 +39,7 @@ icolor red            "(^|^\s+)(vars\.\w+)"
 icolor red             "(^|^\s+)|(icinga2Keyword|template|const|import|include|include_recursive|var|function|return|to|use|locals|globals|this)\s+"
 
 ## Assign conditions
-icolor magenta         "(assign|ignone)[ \t]+where"
+icolor magenta         "(assign|ignore)[ \t]+where"
 
 ## Global functions
 icolor white   "(regex|match|len|union|intersection|keys|string|number|bool|random|log|typeof|get_time|exit)"