File: spelling.patch

package info (click to toggle)
libsnmp-extension-passpersist-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 216 kB
  • ctags: 68
  • sloc: perl: 776; makefile: 8
file content (25 lines) | stat: -rw-r--r-- 968 bytes parent folder | download | duplicates (3)
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: fix some spelling mistakes
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-05-29

--- a/lib/SNMP/Extension/PassPersist.pm
+++ b/lib/SNMP/Extension/PassPersist.pm
@@ -594,7 +594,7 @@
 C<pass> or C<pass_persist> mechanisms.
 
 When in C<pass_persist> mode, it provides a mechanism to spare
-ressources by quitting from the main loop after a given number of
+resources by quitting from the main loop after a given number of
 idle cycles.
 
 This module can use C<Sort::Key::OID> when it is available, for sorting
@@ -749,7 +749,7 @@
 The callbacks are invoked with the corresponding object as first argument,
 as for a normal method. A heap is available for storing user-defined data.
 
-In the specific case of a programm running in C<pass_persist> mode with
+In the specific case of a program running in C<pass_persist> mode with
 a forked backend, the callbacks are only executed in the child process
 (the forked backend).