File: spelling-errors

package info (click to toggle)
libnet-cli-interact-perl 2.200006-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 444 kB
  • ctags: 147
  • sloc: perl: 1,966; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix spelling error
Author: Angel Abad <angel@debian.org>
Forwarded: yes
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=118492
Last-Updated: 2016-10-24

--- a/lib/Net/CLI/Interact/Phrasebook.pm
+++ b/lib/Net/CLI/Interact/Phrasebook.pm
@@ -424,7 +424,7 @@
 
 In general, Macros are alternating sequences of commands to send to the
 connected CLI, and regular expressions to match the end of the returned
-response. Macros are useful for issueing commands which have intermediate
+response. Macros are useful for issuing commands which have intermediate
 prompts, or confirmation steps. They also support the I<slurping> of
 additional output when the connected CLI has split the response into pages.