diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-08 15:46:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-08 15:46:08 +0200 |
commit | 5335c09efe07f01c64e8b24d9b6e00125f7438fe (patch) | |
tree | 5f7e87e008fea38025e9d3fee60c9d1d263abe0a | |
parent | df2ca2c72fd7d267e27c1643c5d6ac9fa3b6114a (diff) |
Fix typo
-rw-r--r-- | libbutl/filesystem.mxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/filesystem.mxx b/libbutl/filesystem.mxx index bb78a4f..8ffbce9 100644 --- a/libbutl/filesystem.mxx +++ b/libbutl/filesystem.mxx @@ -199,7 +199,7 @@ LIBBUTL_MODEXPORT namespace butl LIBBUTL_SYMEXPORT rmfile_status try_rmfile (const path&, bool ignore_error = false); - // Automatically try to remove a non-empty the path on destruction unless + // Automatically try to remove a non-empty path on destruction unless // cancelled. Since the non-cancelled destruction will normally happen as a // result of an exception, the failure to remove the path is silently // ignored. |