]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
Fix another typo
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 19:00:19 +0000 (19:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Jan 2018 14:41:47 +0000 (14:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libloc.c

index da21d6fc4d03ccff4988f25ad902bae1ea322bf8..fc05eb0f976c81fdbbfee94b1f1deb3452bd678f 100644 (file)
@@ -131,7 +131,7 @@ LOC_EXPORT void loc_set_log_priority(struct loc_ctx* ctx, int priority) {
 }
 
 LOC_EXPORT int loc_parse_address(struct loc_ctx* ctx, const char* string, struct in6_addr* address) {
-       DEBUG(ctx, "Paring IP address %s\n", string);
+       DEBUG(ctx, "Parsing IP address %s\n", string);
 
        // Try parsing this as an IPv6 address
        int r = inet_pton(AF_INET6, string, address);