From: Eric Biggers Date: Tue, 21 May 2013 19:12:56 +0000 (-0500) Subject: wimlib.h: Fix typo X-Git-Tag: v1.4.1~56 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=fad9af236d169e5d02577ebddc91239c0d6024b0 wimlib.h: Fix typo --- 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,