Skip to content

Commit

Permalink
fix various typos (https://github.com/gbergling)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoulasc committed Nov 18, 2023
1 parent 05d0a9b commit d670ae0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Fixes
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
6. Add history.at (Ted Anderson)
5. Better NLSPATH handling (Norm Jacobs)
4. Fix hostname building from utmp (Cyrus Rahman)
3. Handle pending signals before flush so that the the history file does
3. Handle pending signals before flush so that the history file does
not get truncated. (Ted Anderson)
2. Fix AsciiOnly setting that broke 8 bit input. (Juergen Keil)
1. remember to closedir in mailchk (from Werner Fink, reported by
Expand Down Expand Up @@ -827,7 +827,7 @@

65. V6.09.00 - 1999-08-16
64. Add csh emacs mode (Dan Harkless)
63. Make sure the the glob buffer matches the word buffer size (Brian Biswas)
63. Make sure the glob buffer matches the word buffer size (Brian Biswas)
62. Fix periodic to work without tperiod set (Kenny McCormack)
61. V6.08.07 - 1999-08-13
60. Fix e_dabbrev_expand (Bjorn Knutsson)
Expand Down
2 changes: 1 addition & 1 deletion ed.refresh.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ update_line(Char *old, Char *new, int cur_line)
* ^.....................^ ^..................^ ^........^
* \new \nfd \nsb \nse \nls \ne
*
* fx is the difference in length between the the chars between nfd and
* fx is the difference in length between the chars between nfd and
* nsb, and the chars between ofd and osb, and is thus the number of
* characters to delete if < 0 (new is shorter than old, as above),
* or insert (new is longer than short).
Expand Down
2 changes: 1 addition & 1 deletion sh.proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ setttypgrp(int pgrp)
struct sigaction old;

/*
* tcsetpgrp will set SIGTTOU to all the the processes in
* tcsetpgrp will set SIGTTOU to all the processes in
* the background according to POSIX... We ignore this here.
*/
sigaction(SIGTTOU, NULL, &old);
Expand Down
2 changes: 1 addition & 1 deletion sh.set.c
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ update_dspmbyte_vars(void)
for (lp = 0; lp < 256 && _enable_mbdisp == 1; lp++) {
if (!((dstr1[lp] - '0') >= 0 && (dstr1[lp] - '0') <= 3)) {
xprintf(CGETS(18, 4,
"Warning: bad multibyte code at offset +%d; multibyte diabled\n"),
"Warning: bad multibyte code at offset +%d; multibyte disabled\n"),
lp);
_enable_mbdisp = 0;
break;
Expand Down
2 changes: 1 addition & 1 deletion tc.sig.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
/* here I assume that systems that have bsdjobs implement the
* the setpgrp call correctly. Otherwise defining this would
* work, but it would kill the world, because all the setpgrp
* code is the the part defined when BSDJOBS are defined
* code is the part defined when BSDJOBS are defined
* NOTE: we don't want killpg(a, b) == kill(-getpgrp(a), b)
* cause process a might be already dead and getpgrp would fail
*/
Expand Down

0 comments on commit d670ae0

Please sign in to comment.