From 42af2e52e771dd7bf8be6fd1119520d492bb4b3f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 22 Feb 2019 19:37:24 -0800 Subject: Bumper typo cleanup. Inspired by some of the small patches that have gone by recently. Limited to only things found in `generated/help.h`, plus a wider cleanup for the more common "milisecond" typo. --- toys/pending/more.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/pending/more.c') 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 * @@ -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 -- cgit v1.2.3