From f0654e95701359ba8318601a6abeb01f0bad52eb Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 17 Apr 2016 09:44:56 -0500 Subject: [PATCH] wimlib.h: fix typo --- include/wimlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wimlib.h b/include/wimlib.h index b7bb0bc6..e4ae3441 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -3043,7 +3043,7 @@ wimlib_extract_pathlist(WIMStruct *wim, int image, * to match no files, and there is a flag (::WIMLIB_EXTRACT_FLAG_STRICT_GLOB) to * enable the strict behavior if desired. * - * Symbolic are not be dereferenced when paths in the image are interpreted. + * Symbolic links are not dereferenced when paths in the image are interpreted. * * @param wim * WIM from which to extract the paths, specified as a pointer to the -- 2.43.0