summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Mistry <kartik.mistry@gmail.com>2014-03-16 15:22:48 +0530
committerKartik Mistry <kartik.mistry@gmail.com>2014-03-16 15:28:20 +0530
commitac562a7d33794860fc9e5991bf1371e5f71d9f56 (patch)
tree9dbe41b1eefd1f5c3582679dce0547f7f42e5cc9
parentd2fb730cb0ec29ec05af177699e1547a9b350679 (diff)
Typo: longitude
Fixed typo in astraceroute.* files. Signed-off-by: Kartik Mistry <kartik.mistry@gmail.com>
-rw-r--r--astraceroute.c2
-rw-r--r--astraceroute.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/astraceroute.c b/astraceroute.c
index c7c3514..19c8017 100644
--- a/astraceroute.c
+++ b/astraceroute.c
@@ -196,7 +196,7 @@ static void __noreturn help(void)
" -6|--ipv6 Use IPv6-only requests\n"
" -n|--numeric Do not do reverse DNS lookup for hops\n"
" -u|--update Update GeoIP databases\n"
- " -L|--latitude Show latitude and longtitude\n"
+ " -L|--latitude Show latitude and longitude\n"
" -N|--dns Do a reverse DNS lookup for hops\n"
" -S|--syn Set TCP SYN flag\n"
" -A|--ack Set TCP ACK flag\n"
diff --git a/astraceroute.zsh b/astraceroute.zsh
index 78c0976..ac44738 100644
--- a/astraceroute.zsh
+++ b/astraceroute.zsh
@@ -25,7 +25,7 @@ _arguments -s -S \
"(-6 --ipv6)"{-6,--ipv6}"[Use IPv6 requests]" \
"(-n --numeric)"{-n,--numeric}"[Do not do reverse DNS lookup for hops]" \
"(-u --update)"{-u,--update}"[Update GeoIP databases]" \
- "(-L --latitude)"{-L,--latitude}"[Show latitude and longtitude]" \
+ "(-L --latitude)"{-L,--latitude}"[Show latitude and longitude]" \
"(-N --dns)"{-N,--dns}"[Do a reverse DNS lookup for hops]" \
"(-f --init-ttl)"{-f,--init-ttl}"[Set initial TTL]:ttl:_gnu_generic" \
"(-m --max-ttl)"{-m,--max--ttl}"[Set maximum TTL]:ttl:_gnu_generic" \