]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/testlib/OpenSSL/Test.pm
More typo fixes
[thirdparty/openssl.git] / test / testlib / OpenSSL / Test.pm
index 7420884d0420776e501f30f2d19916451bc096ec..06fea0ca6568423c4ff240ddd74f4edbd6c1a7d2 100644 (file)
@@ -1072,7 +1072,7 @@ sub __fixup_prg {
        # Make sure to quotify the program file on platforms that may
        # have spaces or similar in their path name.
        # To our knowledge, VMS is the exception where quotifying should
-       # never happem.
+       # never happen.
        ($prog) = quotify($prog) unless $^O eq "VMS";
        return $prefix.$prog;
     }