From fad9af236d169e5d02577ebddc91239c0d6024b0 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 21 May 2013 14:12:56 -0500 Subject: [PATCH] wimlib.h: Fix typo --- include/wimlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wimlib.h b/include/wimlib.h index 9d33acfd..85b2f291 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -331,8 +331,8 @@ enum wimlib_progress_msg { WIMLIB_PROGRESS_MSG_UPDATE_BEGIN_COMMAND, /** - * A WIM update command is just about to be executed; @a info will point - * to ::wimlib_progress_info.update. + * A WIM update command has just been executed; @a info will point to + * ::wimlib_progress_info.update. */ WIMLIB_PROGRESS_MSG_UPDATE_END_COMMAND, -- 2.43.0