diff options
Diffstat (limited to 'common/openpgp-oid.c')
-rw-r--r-- | common/openpgp-oid.c | 2 |
1 files changed, 1 insertions, 1 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[] = { |