X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2FCA.pl.in;h=4eef57e6e3919aac3a1b13976d1d9d261d5f9cc9;hp=0e0b7fc0bc9c0a04f063fefeadae61ce415e3e48;hb=d13e4eb0b5d307177ed9c791cf3fa5da77ff088b;hpb=90644dd74d5c5262831bb0be73e1226778099924 diff --git a/apps/CA.pl.in b/apps/CA.pl.in index 0e0b7fc0bc..4eef57e6e3 100644 --- a/apps/CA.pl.in +++ b/apps/CA.pl.in @@ -66,7 +66,7 @@ foreach (@ARGV) { $RET=$?; print "Request (and private key) is in newreq.pem\n"; } elsif (/^-newca$/) { - # if explictly asked for or it doesn't exist then setup the + # if explicitly asked for or it doesn't exist then setup the # directory structure that Eric likes to manage things $NEW="1"; if ( "$NEW" || ! -f "${CATOP}/serial" ) {