From 955af1494bd31bae534c8d25ff817fc40008446a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 8 Jan 2018 19:00:19 +0000 Subject: [PATCH] Fix another typo Signed-off-by: Michael Tremer --- src/libloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libloc.c b/src/libloc.c index da21d6f..fc05eb0 100644 --- a/src/libloc.c +++ b/src/libloc.c @@ -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); -- 2.39.2