Improve comment.
[pspp] / src / language / line-buffer.c
index 0803f0825ed712e2be08b27f19263adc28fb0d9c..45d265ddcac1681fa9d33a972b560668ea6c434c 100644 (file)
@@ -465,7 +465,7 @@ read_syntax_file (struct string *line, struct getl_source *s)
 
   /* Echo to listing file, if configured to do so. */
   if (get_echo ())
-    tab_output_text (TAB_LEFT | TAT_FIX, ds_c_str (line));
+    tab_output_text (TAB_LEFT | TAB_FIX, ds_c_str (line));
 
   return true;
 }