summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2017-03-29 21:26:13 +0200
committerAndy Polyakov <appro@openssl.org>2017-03-30 22:13:12 +0200
commita2dcdb57af656b9b623e68e6c7f6b52cb5d0fa48 (patch)
tree43e7d0c079f7531aa99d13df53f0d064037d22c0 /Configure
parenta05053cdf45e30d34161d5a1ab68fa6f757bbc27 (diff)
More typo fixes
Backport of 69687aa829bc8bdcaf5468eb3dd0ada13700b7aa (Merged from #3069) Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3079)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 79d9f33b46..cedc160c06 100755
--- a/Configure
+++ b/Configure
@@ -2609,7 +2609,7 @@ sub isabsolute {
# On non-platforms, we just use file_name_is_absolute().
return file_name_is_absolute($file) unless $^O eq "VMS";
- # If the file spec includes a device or a directpry spec,
+ # If the file spec includes a device or a directory spec,
# file_name_is_absolute() is perfectly safe.
return file_name_is_absolute($file) if $file =~ m|[:\[]|;