From c1a394b00b7c8ca3de2911c23cd553a0b8849055 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 9 Dec 2004 11:50:38 +0000 Subject: [PATCH] Fix typo (MTextStatus -> M17NStatus). --- src/m17n-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/m17n-core.h b/src/m17n-core.h index 95c1892..5631450 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -54,13 +54,13 @@ extern void m17n_fini_core (void); /***en @brief Enumeration for the status of the m17n library. - The enum #MTextStatus is used as a return value of the function + The enum #M17NStatus is used as a return value of the function m17n_status (). */ /***ja @brief m17n ¥é¥¤¥Ö¥é¥ê¤Î¾õÂÖ¤ò¼¨¤¹Îóµó·¿. - Îóµó·¿ #MTextStatus ¤Ï´Ø¿ô m17n_status () ¤ÎÌá¤êÃͤȤ·¤ÆÍѤ¤¤é¤ì¤ë¡£ */ + Îóµó·¿ #M17NStatus ¤Ï´Ø¿ô m17n_status () ¤ÎÌá¤êÃͤȤ·¤ÆÍѤ¤¤é¤ì¤ë¡£ */ enum M17NStatus { -- 1.7.10.4