aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending/more.c')
-rw-r--r--toys/pending/more.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/pending/more.c b/toys/pending/more.c
index fa96d40e..79bb7bf9 100644
--- a/toys/pending/more.c
+++ b/toys/pending/more.c
@@ -1,4 +1,4 @@
-/* more.c - View FILE (or stdin) one screenful at a time.
+/* more.c - View FILE (or stdin) one screenfull at a time.
*
* Copyright 2013 Bilal Qureshi <bilal.jmi@gmail.com>
*
@@ -12,7 +12,7 @@ config MORE
help
usage: more [FILE...]
- View FILE(s) (or stdin) one screenful at a time.
+ View FILE(s) (or stdin) one screenfull at a time.
*/
#define FOR_more