=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/audioctl/audioctl.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- src/usr.bin/audioctl/audioctl.c 2021/07/12 15:09:19 1.43 +++ src/usr.bin/audioctl/audioctl.c 2022/12/26 19:16:00 1.44 @@ -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 * @@ -71,7 +71,7 @@ /* * 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)