From 5335c09efe07f01c64e8b24d9b6e00125f7438fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 Dec 2017 15:46:08 +0200 Subject: Fix typo --- libbutl/filesystem.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/filesystem.mxx') 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. -- cgit v1.1