add accidentally omitted word - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 802f1922f93aef1e4876719e107828a1fa15b1a6
 (DIR) parent a7f50ebb64892900e5b56e30c6edd83807a4040b
 (HTM) Author: Matthias-Christian Ott <ott@enolink.de>
       Date:   Fri,  5 Sep 2008 20:25:34 +0200
       
       add accidentally omitted word
       
       Diffstat:
         M std.c                               |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/std.c b/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.
         */