The branch main has been updated by imp:

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

commit b03b271bb73b2ee7f77db7833b041dbed9074a0f
Author:     Elyes Haouas <ehao...@noos.fr>
AuthorDate: 2023-06-01 23:41:34 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2023-06-02 02:33:40 +0000

    cdcontrol: Fix typos
    
    Signed-off-by: Elyes Haouas <ehao...@noos.fr>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/653
---
 usr.sbin/cdcontrol/cdcontrol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c
index 546c20b6f94a..94337196157e 100644
--- a/usr.sbin/cdcontrol/cdcontrol.c
+++ b/usr.sbin/cdcontrol/cdcontrol.c
@@ -520,7 +520,7 @@ play(char *arg)
                /*
                 * Play MSF m1:s1 [ .f1 ] [ m2:s2 [ .f2 ] ]
                 *
-                * Will now also undestand timed addresses relative
+                * Will now also understand timed addresses relative
                 * to the beginning of a track in the form...
                 *
                 *      tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]

Reply via email to