aboutsummaryrefslogtreecommitdiff
path: root/libbutl/filesystem.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-09-04 05:23:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-09-04 05:23:23 +0200
commitb0455a73abf1e6ab6c3dbb205d1308797167ecce (patch)
treead3696340b642e01d792e3d95176c1b8c9aaea05 /libbutl/filesystem.cxx
parent4c96313ed06c1313c802458b6f41eea48f852dab (diff)
Minor comment change
Diffstat (limited to 'libbutl/filesystem.cxx')
-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.