From 22d9f0faf4fe22e6316450041585a2cdd04d0eca Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Tue, 1 Feb 2022 21:09:02 +0100 Subject: [PATCH] Fix comment typo --- app/src/adb_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/adb_parser.c b/app/src/adb_parser.c index 5ac21ede..d660aaab 100644 --- a/app/src/adb_parser.c +++ b/app/src/adb_parser.c @@ -8,7 +8,7 @@ static char * sc_adb_parse_device_ip_from_line(char *line, size_t len) { - // One line from "ip route" looks lile: + // One line from "ip route" looks like: // "192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.x" // Get the location of the device name (index of "wlan0" in the example)