Yuri Chornoivan contributed some typo fixes
[pspp] / src / data / sys-file-reader.c
index 7684acbc576a40c77c78c7a2ea6b7d57360127ac..fb4fa53acf20e8a24b4fa423887a88e6c2ae5610 100644 (file)
@@ -744,7 +744,7 @@ sfm_get_strings (const struct any_reader *r_, struct pool *pool,
   return aux.n;
 }
 
-/* Decodes the dictionary read from R, saving it into into *DICT.  Character
+/* Decodes the dictionary read from R, saving it into *DICT.  Character
    strings in R are decoded using ENCODING, or an encoding obtained from R if
    ENCODING is null, or the locale encoding if R specifies no encoding.