From 3ba7343c9f9df1379d7ca4d336abf8d1df41a6af Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 24 Feb 2009 18:16:47 +0200 Subject: Fix typo --- src/adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/adapter.c b/src/adapter.c index a452a328..6cf2b99b 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -2157,7 +2157,7 @@ int adapter_start(struct btd_adapter *adapter) error("Can't read simple pairing mode on %s: %s (%d)", adapter->path, strerror(err), err); /* Fall through since some chips have broken - * read_simple_pairing_mode bahavior */ + * read_simple_pairing_mode behavior */ } setup: -- cgit