audioplay(1): fix typo

From Jim Spath in PR/57228
This commit is contained in:
uwe 2023-02-13 13:35:45 +00:00
parent 8d71d35c1a
commit 7f25702515
1 changed files with 2 additions and 2 deletions

View File

@ -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.