aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alsa/alsa-softmixer.c
diff options
context:
space:
mode:
authorThierry Bultel <thierry.bultel@iot.bzh>2018-05-28 15:05:43 +0200
committerThierry Bultel <thierry.bultel@iot.bzh>2018-05-28 15:05:43 +0200
commit38cb29840307ee49c4623d4ea6d86f5bd9620c0a (patch)
tree996d636f89a08fcb9c550097fea09f77c961ce3b /plugins/alsa/alsa-softmixer.c
parent2caa91a841feb8549db8028a8d2dc4143d7a125b (diff)
plugins: fixed some typos & compilation warnings
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'plugins/alsa/alsa-softmixer.c')
-rw-r--r--plugins/alsa/alsa-softmixer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/alsa/alsa-softmixer.c b/plugins/alsa/alsa-softmixer.c
index 11d611d..415760c 100644
--- a/plugins/alsa/alsa-softmixer.c
+++ b/plugins/alsa/alsa-softmixer.c
@@ -24,9 +24,9 @@
CTLP_LUA_REGISTER("alsa-softmixer")
-// Call at initialisation time
+// Call at initialization 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;
}