From b0455a73abf1e6ab6c3dbb205d1308797167ecce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Sep 2018 05:23:23 +0200 Subject: Minor comment change --- libbutl/filesystem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/filesystem.cxx') 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. -- cgit v1.1