Package: tap.py / 2.5-2

0001-Fix-typo-in-man-page.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 88606988e11916227b74e61715bdd45e93a89a9b Mon Sep 17 00:00:00 2001
From: Nicolas CANIART <nicolas@caniart.net>
Date: Sun, 5 Apr 2015 22:51:41 +0200
Subject: Fix typo in man page

---
 docs/tappy.1.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tappy.1.rst b/docs/tappy.1.rst
index 0ee254d..6d59377 100644
--- a/docs/tappy.1.rst
+++ b/docs/tappy.1.rst
@@ -17,7 +17,7 @@ The :program:`tappy` command consumes the list of tap files
 given as *pathname* s and produces an output similar to what
 the regular text test-runner from python's :py:mod:`unittest`
 module would. If *pathname* points to a directory,
-:program:`tappy` will look in that directory of ``*.tap``
+:program:`tappy` will look in that directory for ``*.tap``
 files to consume.
 
 If you have a tool that consumes the `unittest` regular output,