mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
win-wasapi: Fix typo with description
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user