diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-04 05:23:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-04 05:23:23 +0200 |
commit | b0455a73abf1e6ab6c3dbb205d1308797167ecce (patch) | |
tree | ad3696340b642e01d792e3d95176c1b8c9aaea05 | |
parent | 4c96313ed06c1313c802458b6f41eea48f852dab (diff) |
Minor comment change
-rw-r--r-- | libbutl/filesystem.cxx | 2 |
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. |