summaryrefslogtreecommitdiff
path: root/modules/caddypki/adminapi.go
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2022-03-13 01:38:11 -0500
committerGitHub <noreply@github.com>2022-03-13 01:38:11 -0500
commita9c7e94a38e4f4719a5c1cf7f3e11e8cf427f04e (patch)
treeef09257fc3517682dfe60d20b48d860df7b5bde6 /modules/caddypki/adminapi.go
parent3d616e8c6d65e5617f5a918d72fb1514c9c7144e (diff)
chore: Comment fixes (#4634)
Diffstat (limited to 'modules/caddypki/adminapi.go')
-rw-r--r--modules/caddypki/adminapi.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/caddypki/adminapi.go b/modules/caddypki/adminapi.go
index a79e2d5..b4d2695 100644
--- a/modules/caddypki/adminapi.go
+++ b/modules/caddypki/adminapi.go
@@ -93,7 +93,7 @@ func (a *adminAPI) handleAPIEndpoints(w http.ResponseWriter, r *http.Request) er
}
}
-// handleCAInfo returns cinformation about a particular
+// handleCAInfo returns information about a particular
// CA by its ID. If the CA ID is the default, then the CA will be
// provisioned if it has not already been. Other CA IDs will return an
// error if they have not been previously provisioned.
@@ -143,7 +143,7 @@ func (a *adminAPI) handleCAInfo(w http.ResponseWriter, r *http.Request) error {
return nil
}
-// handleCACerts returns cinformation about a particular
+// handleCACerts returns the certificate chain for a particular
// CA by its ID. If the CA ID is the default, then the CA will be
// provisioned if it has not already been. Other CA IDs will return an
// error if they have not been previously provisioned.