From 4cc06ebdaa4bc87a68c88d382824581e9d5a4cdc Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 27 Oct 2022 00:49:32 -0700 Subject: [PATCH] obs-filters: Fix comment typo --- plugins/obs-filters/expander-filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/obs-filters/expander-filter.c b/plugins/obs-filters/expander-filter.c index fcd247018..bb73415b2 100644 --- a/plugins/obs-filters/expander-filter.c +++ b/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)