Merge pull request #337 from linusg/fix-typo-in-comment

Fix typo in comment
This commit is contained in:
JP Mens 2020-03-04 07:50:24 +01:00 committed by GitHub
commit 5eecca3811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);