diff options
Diffstat (limited to 'tests/pathhelp.pm')
-rw-r--r-- | tests/pathhelp.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pathhelp.pm b/tests/pathhelp.pm index 10a87aaf9..bd91c91bf 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{[\\/]$}); |