Fix trivial typos in code

This commit is contained in:
Anthony Fok 2015-11-16 07:15:17 -07:00
parent 452ffab461
commit 18a29964fa
4 changed files with 6 additions and 6 deletions

View file

@ -164,7 +164,7 @@ type pagelexer struct {
currLeftDelimItem itemType
currRightDelimItem itemType
currShortcodeName string // is only set when a shortcode is in opened state
closingState int // > 0 = on it's way to be closed
closingState int // > 0 = on its way to be closed
elementStepNum int // step number in element
paramElements int // number of elements (name + value = 2) found first
openShortcodes map[string]bool // set of shortcodes in open state