From ac562a7d33794860fc9e5991bf1371e5f71d9f56 Mon Sep 17 00:00:00 2001 From: Kartik Mistry Date: Sun, 16 Mar 2014 15:22:48 +0530 Subject: Typo: longitude Fixed typo in astraceroute.* files. Signed-off-by: Kartik Mistry --- astraceroute.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astraceroute.zsh') 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" \ -- cgit v1.2.3-54-g00ecf