Module Name:    src
Committed By:   uwe
Date:           Mon Feb 13 13:35:45 UTC 2023

Modified Files:
        src/usr.bin/audio/play: audioplay.1

Log Message:
audioplay(1): fix typo

>From Jim Spath in PR/57228


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/audio/play/audioplay.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/audio/play/audioplay.1
diff -u src/usr.bin/audio/play/audioplay.1:1.30 src/usr.bin/audio/play/audioplay.1:1.31
--- src/usr.bin/audio/play/audioplay.1:1.30	Fri Apr 10 21:33:27 2020
+++ src/usr.bin/audio/play/audioplay.1	Mon Feb 13 13:35:45 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: audioplay.1,v 1.30 2020/04/10 21:33:27 gutteridge Exp $
+.\"	$NetBSD: audioplay.1,v 1.31 2023/02/13 13:35:45 uwe Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2002, 2010, 2019 Matthew R. Green
 .\" All rights reserved.
@@ -181,7 +181,7 @@ In this case
 converts the floating point data into signed linear samples before
 they are passed to the chosen audio device.
 .Sh ERRORS
-If the audio device or the control device can not be opened, and error is
+If the audio device or the control device can not be opened, an error is
 returned.
 .Pp
 If an invalid parameter is specified, an error is returned.

Reply via email to