From 801498fa36ef7b9702f3d5ef7baae92d14a3075f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Aug 2006 09:43:03 +0000 Subject: Fix typo --- hcid/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit