mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 07:06:33 +01:00
Fix minor typos
This commit is contained in:
committed by
James Crook
parent
f420a546a0
commit
d1ada5f08c
@@ -72,7 +72,7 @@ wxString sf_header_shortname(int format);
|
||||
/** @brief Get the most common file extension for the given format
|
||||
*
|
||||
* AND the given format with SF_FORMAT_TYPEMASK to get just the container
|
||||
* format, then retreive the most common extension using SFC_GET_FORMAT_INFO.
|
||||
* format, then retrieve the most common extension using SFC_GET_FORMAT_INFO.
|
||||
* @param format the libsndfile format to get the name for (only the container
|
||||
* part is used) */
|
||||
wxString sf_header_extension(int format);
|
||||
|
||||
Reference in New Issue
Block a user