aboutsummaryrefslogtreecommitdiff
path: root/x509roots/nss/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'x509roots/nss/parser.go')
-rw-r--r--x509roots/nss/parser.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/x509roots/nss/parser.go b/x509roots/nss/parser.go
index feca766..5c9f36a 100644
--- a/x509roots/nss/parser.go
+++ b/x509roots/nss/parser.go
@@ -192,7 +192,7 @@ func Parse(r io.Reader) ([]*Certificate, error) {
// Since we only really care about a couple of fields, this parser throws
// away a lot of information, essentially just consuming CKA_CLASS objects
// and looking for the individual fields we care about. We could write a
- // siginificantly more complex parser, which handles the entire format, but
+ // significantly more complex parser, which handles the entire format, but
// it feels like that would be over engineered for the little information
// that we really care about.