From ed118f2b0900e6416ef202afb0f79caeae4fddcb Mon Sep 17 00:00:00 2001 From: Ioannis Cherouvim <743305+cherouvim@users.noreply.github.com> Date: Wed, 5 Oct 2022 21:36:06 +0300 Subject: Fix typo in comment (#5121) --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'context.go') 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 -- cgit v1.2.3