sh(1): Fix typo

Remove extra 'ing' from 'bookinging.'

Event: Advanced UNIX Programming Course (Fall’23) at NTHU.
Reviewed by: imp, Mina Galić
Pull Request: https://github.com/freebsd/freebsd-src/pull/934
This commit is contained in:
Pei-Ju Chien 2023-12-26 10:39:10 -07:00 committed by Warner Losh
parent b6ae2ec7b0
commit c38fe1d282

View file

@ -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();