Commit 802f192

Matthias-Christian Ott <ott@enolink.de>
2008-09-05 14:25:34
add accidentally omitted word
1 parent a7f50eb
Changed files (1)
std.c
@@ -5,9 +5,9 @@
  * terminal.
  * 
  * In this process std works like a filter. It reads data from a
- * pseudo-terminal and parses the escape sequences and transforms
- * them into an ed(1)-like. The resulting data is buffered and written
- * to stdout.
+ * pseudo-terminal and parses the escape sequences and transforms them
+ * into an ed(1)-like language. The resulting data is buffered and
+ * written to stdout.
  * Parallely it reads data from stdin and parses and executes the
  * commands. The resulting data is written to the pseudo-terminal.
  */