From 3c5e8e95cdf66df6c89189fdb60602ac12c0e50e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 8 Sep 2021 21:40:18 +0200 Subject: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libnumtext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnumtext.h b/libnumtext.h index 81fc618..2db0a0d 100644 --- a/libnumtext.h +++ b/libnumtext.h @@ -23,7 +23,7 @@ enum libnumtext_language { #define LIBNUMTEXT_N2T_SWEDISH_PLURAL_FORM UINT32_C(0x00000004) /* hela, halvor, tredjedelar, … [2] */ #define LIBNUMTEXT_N2T_SWEDISH_INDEFINITE_FORM UINT32_C(0) -#define LIBNUMTEXT_N2T_SWEDISH_DEFINITE_FORM UINT32_C(0x00000008) /* helan, halvan, tredjelen, … [2] */ +#define LIBNUMTEXT_N2T_SWEDISH_DEFINITE_FORM UINT32_C(0x00000008) /* helan, halvan, tredjedelen, … [2] */ #define LIBNUMTEXT_N2T_SWEDISH_COMMON_GENDER UINT32_C(0x00000000) /* ett/första, två/andra, … */ #define LIBNUMTEXT_N2T_SWEDISH_NEUTER_GENDER UINT32_C(0x00000010) /* en/första, två/andra, … */ -- cgit v1.2.3-70-g09d2