소스 검색

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)