diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 19:16:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 19:16:05 +0000 |
commit | ba88fc458a6035cb369aafc8667bade7da573b6b (patch) | |
tree | 394d099e791ff5398b95266a1d3bdf8c5e6b82bc /usr.bin/audioctl | |
parent | 21387508cf29cf6c632d139f76994a8bbd51b838 (diff) |
spelling fixes; from paul tagliamonte
amendments to his diff are noted on tech
Diffstat (limited to 'usr.bin/audioctl')
-rw-r--r-- | usr.bin/audioctl/audioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/audioctl/audioctl.c b/usr.bin/audioctl/audioctl.c index abe3f3f1fb6..fde169041a3 100644 --- a/usr.bin/audioctl/audioctl.c +++ b/usr.bin/audioctl/audioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: audioctl.c,v 1.43 2021/07/12 15:09:19 beck Exp $ */ +/* $OpenBSD: audioctl.c,v 1.44 2022/12/26 19:16:00 jmc Exp $ */ /* * Copyright (c) 2016 Alexandre Ratchov <alex@caoua.org> * @@ -71,7 +71,7 @@ int fd, show_names = 1, quiet = 0; /* * parse encoding string (examples: s8, u8, s16, s16le, s24be ...) - * and fill enconding fields of audio_swpar structure + * and fill encoding fields of audio_swpar structure */ int strtoenc(struct audio_swpar *ap, char *p) |