Skip to content

Commit

Permalink
sh(1): Fix typo
Browse files Browse the repository at this point in the history
Remove extra 'ing' from 'bookinging.'

Event: Advanced UNIX Programming Course (Fall’23) at NTHU.
Reviewed by: imp, Mina Galić
Pull Request: freebsd#934
  • Loading branch information
ChienPei authored and bsdimp committed Dec 26, 2023
1 parent b6ae2ec commit c38fe1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sh/eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ evalcommand(union node *cmd, int flags, struct backcmd *backcmd)
* so we just delete the hash before and after
* the command runs. Partly deleting like
* changepatch() does doesn't seem worth the
* bookinging effort, since most such runs add
* booking effort, since most such runs add
* directories in front of the new PATH.
*/
clearcmdentry();
Expand Down

0 comments on commit c38fe1d

Please sign in to comment.