From 8376ce70b48a3d4ecc5240361704201f0afe04ea Mon Sep 17 00:00:00 2001 From: "Geoffrey D. Bennett" Date: Thu, 30 Nov 2023 00:42:52 +1030 Subject: [PATCH] Fix typo rounting -> routing --- src/window-routing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window-routing.c b/src/window-routing.c index 838c3ac..fb835b9 100644 --- a/src/window-routing.c +++ b/src/window-routing.c @@ -76,7 +76,7 @@ static void get_routing_snks(struct alsa_card *card) { ); g_array_set_size(card->routing_snks, count); - // count through card->rounting_snks + // count through card->routing_snks int j = 0; for (int i = 0; i < elems->len; i++) {