File: 0001-Fix-typo-in-man-page.patch

package info (click to toggle)
tap.py 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 568 kB
  • ctags: 296
  • sloc: python: 1,445; makefile: 164; sh: 39
file content (22 lines) | stat: -rw-r--r-- 845 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 7140409bba71425c58e92c57ad5ef93afc2e8963 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,