cpan-selenium-rc-perl icon indicating copy to clipboard operation
cpan-selenium-rc-perl copied to clipboard

From RT: Fix spelling error in manpage

Open joemcmahon opened this issue 3 years ago • 0 comments

In Debian we are currently applying the following patch to Test-WWW-Selenium. We thought you might be interested in it too.

Description: Fix spelling error in manpage Author: Lucas Kanashiro [email protected] Last-Updated: 2015-12-30

The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-www-selenium-perl.git/plain/debian/patches/fix-spelling-error-in-manpage.patch

Description: Fix spelling error in manpage
Author: Lucas Kanashiro <[email protected]>
Last-Updated: 2015-12-30

--- a/lib/Test/WWW/Selenium.pm
+++ b/lib/Test/WWW/Selenium.pm
@@ -238,7 +238,7 @@ _is, _like, ... methods.
 Sets the method to use when a corresponding selenium test is called and fails.
 For example if you call text_like(...) and it fails the sub defined in the
 error_callback will be called. This allows you to perform various tasks to
-obtain additional details that occured when obtianing the error. If this is
+obtain additional details that occurred when obtianing the error. If this is
 set to undef then the callback will not be issued.
 
 =back

Thanks for considering, Lucas Kanashiro, Debian Perl Group

joemcmahon avatar Dec 08 '20 17:12 joemcmahon