From: Andreas Steffen Date: Sat, 12 Sep 2009 04:44:11 +0000 (+0200) Subject: fixed another typo X-Git-Tag: 4.3.5rc1~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4da11016e7a236e122e68a8924e63be7255c6a19;p=thirdparty%2Fstrongswan.git fixed another typo --- diff --git a/src/pki/commands/issue.c b/src/pki/commands/issue.c index 3f7ef49bd4..3f9a6c2bd8 100644 --- a/src/pki/commands/issue.c +++ b/src/pki/commands/issue.c @@ -288,7 +288,7 @@ static void __attribute__ ((constructor))reg() {"serial", 's', 1, "serial number in hex, default: random"}, {"ca", 'b', 0, "include CA basicConstraint, default: no"}, {"crl", 'u', 1, "CRL distribution point URI to include"}, - {"ocsp", 'o', 1, "OCSP AuthoritiyInfoAccess URI to include"}, + {"ocsp", 'o', 1, "OCSP AuthorityInfoAccess URI to include"}, {"digest", 'g', 1, "digest for signature creation, default: sha1"}, {"options", '+', 1, "read command line options from file"}, } diff --git a/src/pki/commands/self.c b/src/pki/commands/self.c index a37bf64425..8da4952cab 100644 --- a/src/pki/commands/self.c +++ b/src/pki/commands/self.c @@ -238,7 +238,7 @@ static void __attribute__ ((constructor))reg() {"lifetime",'l', 1, "days the certificate is valid, default: 1080"}, {"serial", 's', 1, "serial number in hex, default: random"}, {"ca", 'b', 0, "include CA basicConstraint, default: no"}, - {"ocsp", 'o', 1, "OCSP AuthoritiyInfoAccess URI to include"}, + {"ocsp", 'o', 1, "OCSP AuthorityInfoAccess URI to include"}, {"digest", 'g', 1, "digest for signature creation, default: sha1"}, {"options", '+', 1, "read command line options from file"}, }