Browse Source

obs-filters: Fix comment typo

Jim 3 years ago
parent
commit
4cc06ebdaa
1 changed files with 1 additions and 1 deletions
  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)