]> granicus.if.org Git - recode/commitdiff
iconv.c: fix comment typo
authorReuben Thomas <rrt@sc3d.org>
Wed, 17 Jan 2018 20:46:55 +0000 (20:46 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 07:02:42 +0000 (07:02 +0000)
src/iconv.c

index edef0e6dddd87eb55b3a94ec22227f8b953805df..7e7d773d94be18395d1ce27257d66fd30f1e145e 100644 (file)
@@ -40,7 +40,7 @@ wrapped_transform (iconv_t conversion, RECODE_SUBTASK subtask)
 
   while (true)
     {
-      /* The output buffer is fully avaible at this point.  */
+      /* The output buffer is fully available at this point.  */
 
       char *input = input_buffer;
       char *output = output_buffer;