From e801f1a862c6b4ca4d93a14a3d8af702050dfbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 11 Oct 2022 18:15:11 +0200 Subject: [PATCH] Fix typo [skip ci] --- src/ModFile.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModFile.hh b/src/ModFile.hh index 7e28a30b..457d480d 100644 --- a/src/ModFile.hh +++ b/src/ModFile.hh @@ -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); -- GitLab