]> granicus.if.org Git - nethack/commitdiff
another follow-up: be consistent
authornhmall <nhmall@nethack.org>
Fri, 3 Feb 2023 19:43:56 +0000 (14:43 -0500)
committernhmall <nhmall@nethack.org>
Fri, 3 Feb 2023 19:43:56 +0000 (14:43 -0500)
doc/fixes3-7-0.txt

index 16882f559ee9467ff627a030b763e7ceb66d074d..0cc9ace54c4c12bfa02dcfd6bbe3c4b19233648f 100644 (file)
@@ -1748,7 +1748,7 @@ X11: initializing the get-extended-command widget modified memory beyond what
 sound: add a soundlib interface that consists of a specification
        documented in doc/sound.txt; default 'nosound' soundlib implementation
        of the specification in src/sounds.c
-sound: added soundlib_macsound implementation for use on macOS; the
+sound: added 'macsound' soundlib implementation for use on macOS; the
        interface implementation resides in the objective C file
        sound/macsound/macsound.m; built on top of the built-in AppKit
        NSSound, #import <AppKit/AppKit.h>, linked using -framework AppKit.