aboutsummaryrefslogtreecommitdiffhomepage
path: root/langs
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2024-04-11 16:23:17 +0900
committerGitHub <[email protected]>2024-04-11 09:23:17 +0200
commit17765a74518f720b3a5a90adaa0dfad1f5cfaf76 (patch)
treeda2c302b6cb33057c430432037197e5583f1a84e /langs
parent92de8625c7f122343059e98c62d1049e27bb2573 (diff)
downloadhugo-17765a74518f720b3a5a90adaa0dfad1f5cfaf76.tar.gz
hugo-17765a74518f720b3a5a90adaa0dfad1f5cfaf76.zip
all: Typo fixes
Diffstat (limited to 'langs')
-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}
}
}