The branch main has been updated by lwhsu:

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

commit edc7b46ebebb064da44ca88c6afeeb9639b6fcd3
Author:     YuZhong-Chen <[email protected]>
AuthorDate: 2024-01-01 09:20:01 +0000
Commit:     Li-Wen Hsu <[email protected]>
CommitDate: 2024-02-13 04:36:58 +0000

    Fix typo in share/examples/sunrpc/dir/rls.c
    
    Event:          Advanced UNIX Programming Course (Fall’23) at NTHU.
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/974
---
 share/examples/sunrpc/dir/rls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/examples/sunrpc/dir/rls.c b/share/examples/sunrpc/dir/rls.c
index c165bba08e04..5c39b7139e14 100644
--- a/share/examples/sunrpc/dir/rls.c
+++ b/share/examples/sunrpc/dir/rls.c
@@ -71,7 +71,7 @@ main(argc, argv)
        }
 
        /*
-        * Successfuly got a directory listing.
+        * Successfully got a directory listing.
         * Print it out.
         */
        for (nl = result->readdir_res_u.list; nl != NULL; nl = nl->next) {

Reply via email to