[PATCH 3/7] ws2_32/tests: Fix spelling of a variable (codespell).

Sven Baars sven.wine at gmail.com
Sun Jan 26 05:48:10 CST 2020


On 26-01-2020 10:19, Mathew Hodson wrote:
> Signed-off-by: Mathew Hodson <mathew.hodson at gmail.com>
> ---
>  dlls/ws2_32/tests/sock.c | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
> index 60c5dfc..39f855c 100644
> --- a/dlls/ws2_32/tests/sock.c
> +++ b/dlls/ws2_32/tests/sock.c
> @@ -4672,7 +4672,7 @@ static void test_dns(void)
>          void *mem;
>      } addr;
>      char **ptr;
> -    int acount;
> +    int account;

Hi Mathew,

I think this should be read as "a count", not "account", where the "a"
probably stands for address.

Sven



More information about the wine-devel mailing list