git: eb60bf2c3130 - main - RELNOTES: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 May 2025 18:44:31 UTC
The branch main has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=eb60bf2c3130f9e332602a14136160f5d5edeeee
commit eb60bf2c3130f9e332602a14136160f5d5edeeee
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-05-05 18:43:16 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-05-05 18:43:16 +0000
RELNOTES: Fix typo
Reported by: rpokala
Fixes: 3ab34225af39 ("RELNOTES: Mention sndctl(8)")
Sponsored by: The FreeBSD Foundation
---
RELNOTES | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELNOTES b/RELNOTES
index 515facdc7859..369ce0d9c504 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -11,7 +11,7 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
44e5a0150835, 9a37f1024ceb:
- A new utility sndctl(8) has been added to concertrate the various
+ A new utility sndctl(8) has been added to concentrate the various
interfaces for viewing and manipulating audio device settings (sysctls,
/dev/sndstat), into a single utility with a similar control-driven
interface to that of mixer(8).