aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorRoberto E. Vargas Caballero <k0ga@shike2.com>2012-11-15 20:57:37 +0100
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2012-11-15 20:57:37 +0100
commit6312f76ca47f94119a7740dd36f7dd6ce037e907 (patch)
tree65804cc99d32398925266daa89fa2fd96b96df84 /st.c
parent0df350cd0b64f83fbc2324bb2a1bc04b51e657e0 (diff)
downloadst-6312f76ca47f94119a7740dd36f7dd6ce037e907.tar.gz
Fix speech error in comment
--- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index db21901..367ab51 100644
--- a/st.c
+++ b/st.c
@@ -2082,7 +2082,7 @@ tputc(char *c, int len) {
}
}
/*
- * All characters which forms part of a sequence are not
+ * All characters which form part of a sequence are not
* printed
*/
return;
remember that computers suck.