summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 22:39:39 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:28 +0000
commit549a4a82e0b918809e718ea966961f3332b6d5c5 (patch)
treea5280ba5d87f8eb7d85e3144218bf28892662034 /source4/selftest
parentd605860cf40e8695a54436d768dacf345cd3552e (diff)
downloadsamba-549a4a82e0b918809e718ea966961f3332b6d5c5.tar.gz
Spelling fixes s/preceeding/preceding/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source4/selftest')
-rw-r--r--source4/selftest/win/VMHost.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/win/VMHost.pm b/source4/selftest/win/VMHost.pm
index 1f02f21c284..37d721e9d0b 100644
--- a/source4/selftest/win/VMHost.pm
+++ b/source4/selftest/win/VMHost.pm
@@ -298,7 +298,7 @@ use VMware::Vix::API::Constants;
}
}
} else {
- # Strip if preceeding path from $src_path.
+ # Strip if preceding path from $src_path.
my $src_file = substr($src_path, ($idx + 1), $len);
my $dest_path = $dest_dir . $src_file;