1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 07:06:33 +01:00

Fix minor typos

This commit is contained in:
Yuri Chornoivan
2020-04-11 10:08:33 +03:00
committed by James Crook
parent f420a546a0
commit d1ada5f08c
116 changed files with 195 additions and 195 deletions

View File

@@ -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);