summaryrefslogtreecommitdiffstats
path: root/langs/i18n/i18n.go
diff options
context:
space:
mode:
Diffstat (limited to 'langs/i18n/i18n.go')
-rw-r--r--langs/i18n/i18n.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/i18n/i18n.go b/langs/i18n/i18n.go
index 74af07754..e97ec8b8d 100644
--- a/langs/i18n/i18n.go
+++ b/langs/i18n/i18n.go
@@ -87,7 +87,7 @@ func (t Translator) initFuncs(bndl *i18n.Bundle) {
// the context.Context.
// A common pattern is to pass Page to i18n, and use .ReadingTime etc.
// We need to improve this, but that requires some upstream changes.
- // For now, just creata a wrepper.
+ // For now, just create a wrapper.
templateData = page.PageWithContext{Page: p, Ctx: ctx}
}
}