Fix typo rounting -> routing

This commit is contained in:
Geoffrey D. Bennett
2023-11-30 00:42:52 +10:30
parent d31bd3380e
commit 8376ce70b4

View File

@@ -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++) {