From 84087213f1d06fdefb29d2a3eba8fc8c30c1ba93 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Thu, 5 Oct 2017 23:09:47 +0700 Subject: [PATCH] mixer-control: Fix a typo in a debug message https://bugzilla.gnome.org/show_bug.cgi?id=788565 --- gvc-mixer-control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gvc-mixer-control.c b/gvc-mixer-control.c index 7a5d560..24daff8 100644 --- a/gvc-mixer-control.c +++ b/gvc-mixer-control.c @@ -2412,7 +2412,7 @@ update_card (GvcMixerControl *control, const char *key; void *state; - g_debug ("Udpating card %s (index: %u driver: %s):", + g_debug ("Updating card %s (index: %u driver: %s):", info->name, info->index, info->driver); for (i = 0; i < info->n_profiles; i++) {