From 87a218c3bf94e2084e189e1833b289ec7f96167e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 6 Mar 2015 10:46:40 +0100 Subject: doc: Some typo fixes. -- --- common/openpgp-oid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/openpgp-oid.c') 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[] = { -- cgit v1.2.3