The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c38fe1d282258915a388832f0315e813a08888b9

commit c38fe1d282258915a388832f0315e813a08888b9
Author:     Pei-Ju Chien <[email protected]>
AuthorDate: 2023-12-26 17:39:10 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2023-12-26 17:44:35 +0000

    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
---
 bin/sh/eval.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/sh/eval.c b/bin/sh/eval.c
index 7caf1972a39d..fdc7a2560694 100644
--- a/bin/sh/eval.c
+++ b/bin/sh/eval.c
@@ -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();

Reply via email to