summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-11-16 07:15:17 -0700
committerAnthony Fok <foka@debian.org>2015-11-16 07:15:17 -0700
commit18a29964fad31e51a4aefa4523f6aaf00c829b92 (patch)
treeb6d389eed6b81d70be3e54b7ff706d705a649168 /hugolib
parent452ffab461c34e9bfa93a9bef3c6cc0cc122eb8f (diff)
Fix trivial typos in code
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/shortcodeparser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/shortcodeparser.go b/hugolib/shortcodeparser.go
index 2efebbe4b..bef8ed84f 100644
--- a/hugolib/shortcodeparser.go
+++ b/hugolib/shortcodeparser.go
@@ -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