aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-08-29 12:46:38 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-08-29 12:46:38 -0400
commita66026c4dbf38b66ecf293a0a836fe3a5094f429 (patch)
tree0e0cc5ecec108145c1344d23364b6ba061496145 /tests
parent8280d5075fc8b7a04514d33db614de7d64352545 (diff)
downloaddeduper-a66026c4dbf38b66ecf293a0a836fe3a5094f429.tar.xz
stupid misspell
Diffstat (limited to 'tests')
-rw-r--r--tests/testdrive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdrive.cpp b/tests/testdrive.cpp
index b6d7436..1896cc8 100644
--- a/tests/testdrive.cpp
+++ b/tests/testdrive.cpp
@@ -131,7 +131,7 @@ int parse_arguments(int argc,char **argv)
if (wargv && wargc == argc)
{
for (; optind < argc; ++optind)
- path.push_back(wargv[optind]);
+ paths.push_back(wargv[optind]);
}
#else
for (; optind < argc; ++optind)