瀏覽代碼

obs-filters: Fix comment typo

Jim 3 年之前
父節點
當前提交
4cc06ebdaa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/obs-filters/expander-filter.c

+ 1 - 1
plugins/obs-filters/expander-filter.c

@@ -358,7 +358,7 @@ static inline void process_sample(size_t idx, float *samples, float *env_buf,
 	float prev_gain = gain_db[idx - 1];
 
 	/* --------------------------------- */
-	/* ballastics (attack/release)       */
+	/* ballistics (attack/release)       */
 
 	if (idx > 0) {
 		if (gain > prev_gain)