From b37b0a2806901cf7598f86dbffc3d91f7235c2a2 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 3 Mar 2020 21:37:36 +0000 Subject: [PATCH] Fix typo in comment --- recorder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recorder.c b/recorder.c index 1abd20f..6ed8561 100644 --- a/recorder.c +++ b/recorder.c @@ -583,7 +583,7 @@ void handle_message(void *userdata, char *topic, char *payload, size_t payloadle /* * Determine "relative topic", relative to base, i.e. whatever comes - * behind ownntracks/user/device/. If it's the base topic, use "*". + * behind owntracks/user/device/. If it's the base topic, use "*". */ utstring_renew(reltopic);