summaryrefslogtreecommitdiffstats
path: root/common/openpgp-oid.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-03-06 10:46:40 +0100
committerWerner Koch <wk@gnupg.org>2015-03-06 10:46:40 +0100
commit87a218c3bf94e2084e189e1833b289ec7f96167e (patch)
tree45ad711761fa09934b6bec08a031260eef3d104d /common/openpgp-oid.c
parentdoc: Fix FAQ stub and remove faq build rules. (diff)
downloadgnupg2-87a218c3bf94e2084e189e1833b289ec7f96167e.tar.xz
gnupg2-87a218c3bf94e2084e189e1833b289ec7f96167e.zip
doc: Some typo fixes.
--
Diffstat (limited to 'common/openpgp-oid.c')
-rw-r--r--common/openpgp-oid.c2
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[] = {