summaryrefslogtreecommitdiffstats
path: root/lexer
diff options
context:
space:
mode:
authorEdward Betts <edward@4angle.com>2017-11-23 17:41:52 +0000
committerDave Davenport <DaveDavenport@users.noreply.github.com>2017-11-23 18:41:52 +0100
commit79adae77d72be3de96d1c4e6d53b6bae4cb7e00e (patch)
tree9020f6a7d173961e12a70682757242fa546124e8 /lexer
parent54c45f8f5fa98a6becb7bedeb06bd8062dcea513 (diff)
Correct spelling mistakes. (#722)
Diffstat (limited to 'lexer')
-rw-r--r--lexer/theme-parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexer/theme-parser.y b/lexer/theme-parser.y
index c9714ff3..acb11084 100644
--- a/lexer/theme-parser.y
+++ b/lexer/theme-parser.y
@@ -491,7 +491,7 @@ t_property_distance_zero
;
/** Distance. */
t_property_distance
-/** Interger unit and line style */
+/** Integer unit and line style */
: T_INT t_property_unit t_property_line_style {
$$.distance = (double)$1;
$$.type = $2;