Yuri Chornoivan contributed some typo fixes
[pspp] / src / data / pc+-file-reader.c
index 72d9fe1d012c3dcdf84a91d8eb803748ccf082e7..8e9cb94df79cff44bf79ca25a7e85ac59cfac753 100644 (file)
@@ -403,7 +403,7 @@ find_and_delete_var (struct dictionary *dict, const char *name)
     dict_delete_var (dict, var);
 }
 
-/* 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.