diff options
-rw-r--r-- | common/openpgp-oid.c | 2 | ||||
-rw-r--r-- | doc/DETAILS | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/common/openpgp-oid.c b/common/openpgp-oid.c index d3d1f2aa7..a0e5566d8 100644 --- a/common/openpgp-oid.c +++ b/common/openpgp-oid.c @@ -41,7 +41,7 @@ static struct { const char *name; /* Standard name. */ const char *oidstr; /* IETF formatted OID. */ - unsigned int nbits; /* Nominla bit length of the curve. */ + unsigned int nbits; /* Nominal bit length of the curve. */ const char *alias; /* NULL or alternative name of the curve. */ } oidtable[] = { diff --git a/doc/DETAILS b/doc/DETAILS index 4286f45c8..dcc877a0d 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -192,7 +192,7 @@ described here. *** Field 15 - S/N of a token - Used in sec/sbb to print the serial number of a token (internal + Used in sec/ssb to print the serial number of a token (internal protect mode 1002) or a '#' if that key is a simple stub (internal protect mode 1001). If the option --with-secret is used and a secret key is available for the public key, a '+' indicates this. @@ -204,7 +204,7 @@ described here. *** Field 17 - Curve name - For pub, sub, sec, and sbb records this field is used for the ECC + For pub, sub, sec, and ssb records this field is used for the ECC curve name. ** Special fields |