Skip to content
Snippets Groups Projects
Verified Commit e801f1a8 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix typo

[skip ci]
parent 39051aeb
No related branches found
No related tags found
No related merge requests found
Pipeline #7563 skipped
......@@ -133,7 +133,7 @@ private:
/* Hack for removing a directory that is locked by MATLAB/Windows. The
directory is renamed before being deleted. The renaming must occur in the
same directory, otherwise it may file if the destination is not on the
same directory, otherwise it may fail if the destination is not on the
same filesystem. This technique is applied recursively to subdirectories.
Works even if the argument does not exist or is not a directory. */
static void remove_directory_with_matlab_lock(const filesystem::path &dir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment