ref: cce8fd8c57d58cac7e10d6bfc8a1ee89c87ff85c
parent: c82de387ed4b6b93e439291c3eba05df182d03b6
author: rrt <rrt>
date: Sun Jan 21 20:27:18 EST 2007
Fix comment typo
--- a/src/stio.c
+++ b/src/stio.c
@@ -94,7 +94,7 @@
ft->filename = xstrdup(path);
- /* Let auto effect do the work if user is not overriding. */
+ /* Let auto type do the work if user is not overriding. */
if (!filetype)
ft->filetype = xstrdup("auto");
else