Diff between 650feaacca478d0535ef34f26b088ce9846ee3be and afc11a2ab45c035e9b78f7a5de28f80f8cb67f8f

Changed Files

File Additions Deletions Status
src/log.c +1 -1 modified
tracer/main.c +1 -1 modified

Full Patch

diff --git a/src/log.c b/src/log.c
index 6fbbba9..2c492e9 100644
--- a/src/log.c
+++ b/src/log.c
@@ -111,7 +111,7 @@ void __btd_log_init(const char *debug, int detach)
 
 	openlog("bluetoothd", option, LOG_DAEMON);
 
-	syslog(LOG_INFO, "Bluetooth deamon %s", VERSION);
+	syslog(LOG_INFO, "Bluetooth daemon %s", VERSION);
 }
 
 void __btd_log_cleanup(void)
diff --git a/tracer/main.c b/tracer/main.c
index 0806ffe..3b37f59 100644
--- a/tracer/main.c
+++ b/tracer/main.c
@@ -118,7 +118,7 @@ int main(int argc, char *argv[])
 
 	openlog("hcitrace", LOG_PID | LOG_NDELAY | LOG_PERROR, LOG_DAEMON);
 
-	syslog(LOG_INFO, "HCI trace deamon %s", VERSION);
+	syslog(LOG_INFO, "HCI trace daemon %s", VERSION);
 
 	memset(&sa, 0, sizeof(sa));
 	sa.sa_flags = SA_NOCLDSTOP;