summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-08-10 09:43:03 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-08-10 09:43:03 +0000
commit801498fa36ef7b9702f3d5ef7baae92d14a3075f (patch)
treeae53230feacac46c0f793bc50d680a611587ac72
parent854c86afe6c6fd19245e2bdda0e8c671c45ce00c (diff)
Fix typo
-rw-r--r--hcid/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/security.c b/hcid/security.c
index 5f396a32..43169565 100644
--- a/hcid/security.c
+++ b/hcid/security.c
@@ -837,7 +837,7 @@ void stop_security_manager(int hdev)
if (!chan)
return;
- info("Stoping security manager %d", hdev);
+ info("Stopping security manager %d", hdev);
/* this is a bit sneaky. closing the fd will cause the event
loop to call us right back with G_IO_NVAL set, at which