Merge pull request #2027 from cg2121/fix-typos

win-wasapi: Fix typo with description
This commit is contained in:
Jim
2019-08-16 13:08:48 -07:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ OBS_DECLARE_MODULE()
OBS_MODULE_USE_DEFAULT_LOCALE("win-wasapi", "en-US")
MODULE_EXPORT const char *obs_module_description(void)
{
return "Windows WASAPI audio input/ouput sources";
return "Windows WASAPI audio input/output sources";
}
void RegisterWASAPIInput();