浏览代码

win-wasapi: Fix typo with description

Clayton Groeneveld 6 年之前
父节点
当前提交
48f22d9b91
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/win-wasapi/plugin-main.cpp

+ 1 - 1
plugins/win-wasapi/plugin-main.cpp

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