Francois Gouget : testbot: Fix the spelling of a couple of Perl POD entries.

Alexandre Julliard julliard at winehq.org
Thu Mar 31 14:36:59 CDT 2022


Module: tools
Branch: master
Commit: 4e33e66ba1630737c7012e6a34bb2851da4a1faf
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=4e33e66ba1630737c7012e6a34bb2851da4a1faf

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Mar 31 16:52:05 2022 +0200

testbot: Fix the spelling of a couple of Perl POD entries.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/ObjectModel/CGI/CollectionBlock.pm | 2 +-
 testbot/lib/ObjectModel/CGI/Page.pm            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm
index 58ece69..9a52f11 100644
--- a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm
+++ b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm
@@ -37,7 +37,7 @@ Also, because this is only one part of a web page, some methods, such as those
 dealing with errors, are delegated to the EnclosingPage object which must
 implement the ObjectModel::CGI::Page interface.
 
-Other methods are designed so they can be overriden by the enclosing page as
+Other methods are designed so they can be overridden by the enclosing page as
 a way to allow it to modify how the collection block looks or behaves. These
 methods can be identified by their CallXxx() trampoline. The override
 mechanism works as follows:
diff --git a/testbot/lib/ObjectModel/CGI/Page.pm b/testbot/lib/ObjectModel/CGI/Page.pm
index a791559..0879557 100644
--- a/testbot/lib/ObjectModel/CGI/Page.pm
+++ b/testbot/lib/ObjectModel/CGI/Page.pm
@@ -360,7 +360,7 @@ sub GetPageTitle($)
 =head1 C<GetTitle()>
 
 This returns the title for the current web page or email section.
-Note that this may not be valid HTML and thus my need escaping.
+Note that this may not be valid HTML and thus may need escaping.
 
 =back
 =cut




More information about the wine-cvs mailing list