File: spelling-error-in-manpage.patch

package info (click to toggle)
libdata-validate-struct-perl 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 26
  • sloc: perl: 424; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 893 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Correct spelling errors in manpage (lintian)
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://rt.cpan.org/Ticket/Display.html?id=114815
Last-Update: 2016-05-29
---
--- a/Struct.pm
+++ b/Struct.pm
@@ -557,7 +557,7 @@
 
 In some rare situations you might require a negative match. So
 a test shall return TRUE if a particular value does NOT match the
-given type. This might be usefull to prevent certain things.
+given type. This might be useful to prevent certain things.
 
 To achieve this, you just have to prepend one of the below mentioned
 types with the keyword B<no>.
@@ -679,7 +679,7 @@
 Returns an array ref with the errors found when validating the hash.
 Each error is on the format '<value> doesn't match <types> at <ref>',
 where <ref> is a comma separated tree view depicting where in the
-the error occured.
+the error occurred.
 
 =item B<errstr()>