]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
fixed another typo
authorAndreas Steffen <andreas@strongswan.org>
Sat, 12 Sep 2009 04:44:11 +0000 (06:44 +0200)
committerAndreas Steffen <andreas@strongswan.org>
Sat, 12 Sep 2009 04:44:11 +0000 (06:44 +0200)
src/pki/commands/issue.c
src/pki/commands/self.c

index 3f7ef49bd49cc59fdb8d6fca70c18e7f08045f4f..3f9a6c2bd84950e330bdf6781fc56c84a86cf884 100644 (file)
@@ -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"},
                }
index a37bf644257c32103c8cbfed9c2a9417e8d12955..8da4952cab9bff095dfbb16754c0673ab6a08fda 100644 (file)
@@ -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"},
                }