mixer-control: Fix a typo in a debug message

https://bugzilla.gnome.org/show_bug.cgi?id=788565
This commit is contained in:
Dmitry Shachnev 2017-10-05 23:09:47 +07:00 committed by Piotr Drąg
parent 5b97727788
commit 84087213f1

View File

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