summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/more.c')
-rw-r--r--text-utils/more.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/more.c b/text-utils/more.c
index aa1e4cc5c..519679143 100644
--- a/text-utils/more.c
+++ b/text-utils/more.c
@@ -1574,7 +1574,7 @@ void do_shell (char *filename)
}
/*
-** Search for nth ocurrence of regular expression contained in buf in the file
+** Search for nth occurrence of regular expression contained in buf in the file
*/
void search(char buf[], FILE *file, register int n)
@@ -2128,7 +2128,7 @@ reset_tty () {
if (no_tty)
return;
if (pstate) {
- tputs(ULexit, fileno(stdout), ourputch); /* putchar - if that isnt a macro */
+ tputs(ULexit, fileno(stdout), ourputch); /* putchar - if that isn't a macro */
fflush(stdout);
pstate = 0;
}