File: spelling.patch

package info (click to toggle)
libdpkg-log-perl 1.20-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 5,248 kB
  • ctags: 61
  • sloc: perl: 842; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 1,849 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Description: fix some spelling mistakes
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2011-02-26

--- a/lib/DPKG/Log.pm
+++ b/lib/DPKG/Log.pm
@@ -48,7 +48,7 @@
 Returns a new DPKG::Log object. If parse is set to a true value the logfile
 specified by filename is parsed at the end of the object initialisation.
 Otherwise the parse routine has to be called.
-Filename parameter can be ommitted, it defaults to /var/log/dpkg.log.
+Filename parameter can be omitted, it defaults to /var/log/dpkg.log.
 
 Optionally its possible to specify B<from> or B<to> arguments as timestamps
 in the standard dpkg.log format or as DateTime objects.
@@ -58,7 +58,7 @@
 can use B<filter_by_time()> instead.
 
 By default the module will assume that those timestamps are in the local timezone
-as determined by DateTime::TimeZone. This can be overriden by giving the
+as determined by DateTime::TimeZone. This can be overridden by giving the
 argument B<time_zone> which takes a timezone string (e.g. 'Europe/Berlin')
 or a DateTime::TimeZone object.
 Additionally its possible to override the timestamp_pattern by specifying
@@ -411,4 +411,4 @@
 =cut
 
 1;
-# vim: expandtab:ts=4:sw=4
\ No newline at end of file
+# vim: expandtab:ts=4:sw=4
--- a/lib/DPKG/Log/Analyse.pm
+++ b/lib/DPKG/Log/Analyse.pm
@@ -43,7 +43,7 @@
 =item $analyser = DPKG::Log::Analyse->new('log_handle' => \$dpkg_log)
 
 Returns a new DPKG::Log::Analyse object.
-Filename parameter can be ommitted, it defaults to /var/log/dpkg.log.
+Filename parameter can be omitted, it defaults to /var/log/dpkg.log.
 
 Its possible to specify an existing DPKG::Log object instead of a filename.
 This will be used and overrides any filename setting.
@@ -252,4 +252,4 @@
 =cut
 
 1;
-# vim: expandtab:ts=4:sw=4
\ No newline at end of file
+# vim: expandtab:ts=4:sw=4