diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-01-03 00:00:27 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-01-05 12:37:20 +0100 |
commit | e304aa87b35fac5ea97c405dd3c21549faa45e78 (patch) | |
tree | 3a9330f9259ddf98984e63db297583b5ef9dcd7b /configdata.pm.in | |
parent | Run TLSfuzzer tests for CI (diff) | |
download | openssl-e304aa87b35fac5ea97c405dd3c21549faa45e78.tar.xz openssl-e304aa87b35fac5ea97c405dd3c21549faa45e78.zip |
Fix typos
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17392)
Diffstat (limited to 'configdata.pm.in')
-rw-r--r-- | configdata.pm.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configdata.pm.in b/configdata.pm.in index 14da489cd3..2dfb7d8d70 100644 --- a/configdata.pm.in +++ b/configdata.pm.in @@ -20,7 +20,7 @@ # Unix form /VOLUME/DIR1/DIR2/FILE, which is what VMS perl supports # for 'use lib'. - # Start with spliting the native path + # Start with splitting the native path (my $vol, my $dirs, my $file) = File::Spec->splitpath($path); my @dirs = File::Spec->splitdir($dirs); @@ -88,7 +88,7 @@ unless (caller) { if (scalar @ARGV == 0) { # With no arguments, re-create the build file # We do that in two steps, where the first step emits perl - # snipets. + # snippets. my $buildfile = $target{build_file}; my $buildfile_template = "$buildfile.in"; |