summaryrefslogtreecommitdiff
path: root/context.go
diff options
context:
space:
mode:
authorIoannis Cherouvim <743305+cherouvim@users.noreply.github.com>2022-10-05 21:36:06 +0300
committerGitHub <noreply@github.com>2022-10-05 12:36:06 -0600
commited118f2b0900e6416ef202afb0f79caeae4fddcb (patch)
treeec40a9443fa4dbcb44f1d2fe1b010a61907a47dd /context.go
parent99ffe9338837eff80def7e5d51c2a0e02f56abdb (diff)
Fix typo in comment (#5121)
Diffstat (limited to 'context.go')
-rw-r--r--context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.go b/context.go
index e55e40c..330bfa6 100644
--- a/context.go
+++ b/context.go
@@ -448,7 +448,7 @@ func (ctx Context) Storage() certmagic.Storage {
// different module; it panics if more than 1 value is passed in.
//
// Originally, this method's signature was `Logger(mod Module)`,
-// requiring that an instance of a Caddy module be passsed in.
+// requiring that an instance of a Caddy module be passed in.
// However, that is no longer necessary, as the closest module
// most recently associated with the context will be automatically
// assumed. To prevent a sudden breaking change, this method's