diff options
author | Werner Koch <wk@gnupg.org> | 2015-03-06 10:46:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2015-03-06 10:46:40 +0100 |
commit | 87a218c3bf94e2084e189e1833b289ec7f96167e (patch) | |
tree | 45ad711761fa09934b6bec08a031260eef3d104d /common/openpgp-oid.c | |
parent | doc: Fix FAQ stub and remove faq build rules. (diff) | |
download | gnupg2-87a218c3bf94e2084e189e1833b289ec7f96167e.tar.xz gnupg2-87a218c3bf94e2084e189e1833b289ec7f96167e.zip |
doc: Some typo fixes.
--
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[] = { |