summaryrefslogtreecommitdiff
path: root/plugins/tist.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tist.c')
-rwxr-xr-xplugins/tist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tist.c b/plugins/tist.c
index cc2800a1..c3a5e694 100755
--- a/plugins/tist.c
+++ b/plugins/tist.c
@@ -578,7 +578,7 @@ static int tist_init(void)
err = install_ldisc(install_channel, true);
if (err < 0) {
- connman_error("ldisc installtion failed");
+ connman_error("ldisc installation failed");
return err;
}
}