summaryrefslogtreecommitdiff
path: root/src/rfkill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rfkill.c')
-rwxr-xr-xsrc/rfkill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rfkill.c b/src/rfkill.c
index 20908d71..36426e00 100755
--- a/src/rfkill.c
+++ b/src/rfkill.c
@@ -169,7 +169,7 @@ int __connman_rfkill_block(enum connman_service_type type, bool block)
DBG("type %d block %d", type, block);
#if defined TIZEN_EXT
- DBG("try to set rfkill block %d, but it's not pormitted", block);
+ DBG("try to set rfkill block %d, but it's not permitted", block);
return 0;
#else