aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pathhelp.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pathhelp.pm')
-rw-r--r--tests/pathhelp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pathhelp.pm b/tests/pathhelp.pm
index 10a87aaf..bd91c91b 100644
--- a/tests/pathhelp.pm
+++ b/tests/pathhelp.pm
@@ -451,7 +451,7 @@ sub build_sys_abs_path {
return $path;
}
elsif(should_use_cygpath()) {
- # 'cygpath' is avalable - use it.
+ # 'cygpath' is available - use it.
my $has_final_slash = ($path =~ m{[\\/]$});