aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alsa/alsa-softmixer.c
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2018-06-22 17:19:40 +0200
committerThierry Bultel <thierry.bultel@iot.bzh>2018-06-22 17:19:40 +0200
commit7a02db1106cc5fab6016b05a5c13d3dc7c6f0be9 (patch)
tree0e1fe523a8c1196f401a5851d40d404fe7592de8 /plugins/alsa/alsa-softmixer.c
parentb124cc00e9714ac20fdf96f480fc7f08e06a2150 (diff)
plugins: code & log cleanup
Diffstat (limited to 'plugins/alsa/alsa-softmixer.c')
-rw-r--r--plugins/alsa/alsa-softmixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/alsa/alsa-softmixer.c b/plugins/alsa/alsa-softmixer.c
index 11d611d..27dba3c 100644
--- a/plugins/alsa/alsa-softmixer.c
+++ b/plugins/alsa/alsa-softmixer.c
@@ -26,7 +26,7 @@ CTLP_LUA_REGISTER("alsa-softmixer")
// Call at initialisation time
CTLP_ONLOAD(plugin, callbacks) {
- AFB_ApiDebug(plugin->api, "SoftMixer Plugin Registryed: uid='%s' 'info='%s'", plugin->uid, plugin->info);
+ AFB_ApiDebug(plugin->api, "SoftMixer Plugin Registered: uid='%s' 'info='%s'", plugin->uid, plugin->info);
return 0;
}