From e0b8c0c5740abaeb24d39a58ffcc4235f26c4bbf Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 9 Jan 2013 22:43:31 -0600 Subject: [PATCH] wimlib.h: Fix typos --- src/wimlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wimlib.h b/src/wimlib.h index 6044f245..d9a80c1c 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -1841,7 +1841,7 @@ extern int wimlib_set_image_flags(WIMStruct *wim, int image, const char *flags); * @param image * The number of the image for which to change the name. * @param name - * The new name to give the image. It must not a nonempty string. + * The new name to give the image. It must be a nonempty string. * * @return 0 on success; nonzero on error. * @retval ::WIMLIB_ERR_IMAGE_NAME_COLLISION @@ -1934,7 +1934,7 @@ extern int wimlib_set_print_errors(bool show_messages); * @return 0 on success; nonzero on error. This function may return any value * returned by wimlib_write() as well as the following error codes: * - * @retval ::WIMLIB_ERR_SPLIT_UNSUPPORTED: + * @retval ::WIMLIB_ERR_SPLIT_UNSUPPORTED * @a wim is not part 1 of a stand-alone WIM. * @retval ::WIMLIB_ERR_INVALID_PARAM * @a swm_name was @c NULL, or @a part_size was 0. -- 2.43.0