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.
|