whois/whois-5.0.26-Fix-a-typo-in-whois-1-manual-page.patch
2013-11-28 08:18:45 +01:00

32 lines
918 B
Diff

From f5a784370a0f278d9ad3ce775aa190a61024092e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Tue, 12 Nov 2013 13:27:24 +0100
Subject: [PATCH] Fix a typo in whois(1) manual page
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
`separeted' is not a correct spelling.
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
whois.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/whois.1 b/whois.1
index 83f4eb6..09d115f 100644
--- a/whois.1
+++ b/whois.1
@@ -131,7 +131,7 @@ Use \fI-q sources\fP option to obtain list of valid sources.
Return the template for a object of \fITYPE\fP.
.TP 8
.B \-T TYPE[,TYPE]...
-Restrict the search to objects of \fITYPE\fP. Multiple types are separeted by
+Restrict the search to objects of \fITYPE\fP. Multiple types are separated by
a comma.
.TP 8
.B -v TYPE
--
1.8.3.1