summaryrefslogtreecommitdiff
path: root/test_utils
diff options
context:
space:
mode:
authorPeter Pentchev <roam@debian.org>2019-09-21 01:33:19 +0300
committerPeter Pentchev <roam@debian.org>2019-09-21 01:33:19 +0300
commit1582c6f5b0c1234bc6287b32a729acf36ee34481 (patch)
tree41595415b402c972cb30f0a33882ae06df8d8b65 /test_utils
parentcf95c9701b18b1fa1f0ea3a6bef4fe72c47dd2db (diff)
downloadlibarchive-1582c6f5b0c1234bc6287b32a729acf36ee34481.tar.gz
Correct some typographical and grammatical errors.
Diffstat (limited to 'test_utils')
-rw-r--r--test_utils/test_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/test_main.c b/test_utils/test_main.c
index 59c835ba..1b9af9a9 100644
--- a/test_utils/test_main.c
+++ b/test_utils/test_main.c
@@ -298,7 +298,7 @@ my_CreateSymbolicLinkA(const char *linkname, const char *target,
ret = (*f)(src, tgt, tmpflags);
/*
* Prior to Windows 10 the SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE
- * is not undestood
+ * is not understood
*/
if (!ret)
ret = (*f)(src, tgt, flags);