From: Eric Branlund Date: Wed, 30 Sep 2020 06:49:59 +0000 (-0700) Subject: Corrected two misspellings in comments. Added an article in a comment for clarity. X-Git-Tag: vmacos1.6.2-b~16 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=dd5704bb2b598a7b1e4650383d55c9d331d97578;p=hengbandforosx%2Fhengbandosx.git Corrected two misspellings in comments. Added an article in a comment for clarity. --- diff --git a/src/main-cocoa.m b/src/main-cocoa.m index 393146ea1..d91c43680 100644 --- a/src/main-cocoa.m +++ b/src/main-cocoa.m @@ -118,7 +118,7 @@ static wchar_t convert_two_byte_eucjp_to_utf16_native(const char *cp); - (void)playSound:(int)event; /** - * Impose an arbitary limit on number of possible samples per event. + * Impose an arbitrary limit on the number of possible samples per event. * Currently not declaring this as a class property for compatibility with * versions of Xcode prior to 8. */ @@ -132,7 +132,7 @@ static wchar_t convert_two_byte_eucjp_to_utf16_native(const char *cp); + (AngbandSoundCatalog*)sharedSounds; /** - * Release any resouces associated with shared sounds. + * Release any resources associated with shared sounds. */ + (void)clearSharedSounds;