aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbutl/filesystem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/filesystem.cxx b/libbutl/filesystem.cxx
index 0dfec0f..3c10e8b 100644
--- a/libbutl/filesystem.cxx
+++ b/libbutl/filesystem.cxx
@@ -782,7 +782,7 @@ namespace butl
// For reasons unknown an attempt to move a file sometimes ends up with
// the 'file is being used by another process' error. If that's the case,
- // we will keep trying to move the file during a second.
+ // we will keep trying to move the file for a second.
//
// The thinking is that there can be some Windows process analyzing newly
// created files and so preventing their move or removal.