]> granicus.if.org Git - recode/commitdiff
libiconv.texi regenerated.
authorFrançois Pinard <pinard@iro.umontreal.ca>
Tue, 19 Feb 2008 01:01:51 +0000 (20:01 -0500)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Tue, 19 Feb 2008 04:21:38 +0000 (23:21 -0500)
In recodext.h, typo in comment, and spacing.

doc/libiconv.texi
src/recodext.h

index 4c4c2ae15b87985836eb60685c7bbeb9981391e0..63c12335f61b6fe20d5cec683f62d66852a366bd 100644 (file)
 @tindex csISO2022KR
 @tindex ISO2022KR
 @code{csISO2022KR} and @code{ISO2022KR} are aliases for this charset.
-
-@item CHAR
-@tindex CHAR
-
-@item WCHAR_T
-@tindex WCHAR_T
 @end table
 @end itemize
index 2567b6b4c3a5c4ea0445e695394a2e4588d35e41..6995ca9352dffc91f7f601067f0570982157ca82 100644 (file)
 /* Internal typedefs, to supplement those in "recode.h".  */
 
 typedef struct recode_symbol *                 RECODE_SYMBOL;
-typedef struct recode_option_list *            RECODE_OPTION_LIST;
+typedef struct recode_option_list *            RECODE_OPTION_LIST;
 typedef struct recode_single *                 RECODE_SINGLE;
 typedef struct recode_step *                   RECODE_STEP;
 typedef struct recode_alias *                  RECODE_ALIAS;
 typedef struct recode_subtask *                        RECODE_SUBTASK;
 
 typedef const struct recode_option_list *      RECODE_CONST_OPTION_LIST;
-typedef const struct recode_outer *            RECODE_CONST_OUTER;
+typedef const struct recode_outer *            RECODE_CONST_OUTER;
 typedef const struct recode_step *             RECODE_CONST_STEP;
 typedef const struct recode_alias *            RECODE_CONST_ALIAS;
 typedef const struct recode_task *             RECODE_CONST_TASK;
@@ -685,7 +685,7 @@ bool transform_byte_to_variable PARAMS ((RECODE_SUBTASK));
    equivalent.  It is not used for ill-formed characters, however.  */
 #define REPLACEMENT_CHARACTER 0xFFFD
 
-/* Device for detetcing if bytes are swapped.  This value should appear first
+/* Device for detecting if bytes are swapped.  This value should appear first
    in UCS-2 files.  */
 #define BYTE_ORDER_MARK 0xFEFF
 #define BYTE_ORDER_MARK_SWAPPED 0xFFFE