Module: tools Branch: master Commit: 6c6f0c71d76b5ce565910ae229012a968888d5ae URL: http://source.winehq.org/git/tools.git/?a=commit;h=6c6f0c71d76b5ce565910ae22...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Dec 19 08:04:47 2016 +0100
testbot: A spelling and a case fix in the documentation.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/doc/INSTALL.txt | 2 +- testbot/lib/WineTestBot/Engine/Notify.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testbot/doc/INSTALL.txt b/testbot/doc/INSTALL.txt index b7b388f..07919a3 100644 --- a/testbot/doc/INSTALL.txt +++ b/testbot/doc/INSTALL.txt @@ -23,7 +23,7 @@ Apache setup: - If you want to enable SSL, make sure you have your certificate set up. If you don't want SSL, edit lib/WineTestBot/Config.pm and set UseSSL to "!1". -- On OpenSUSE, I had to add "perl" to APACHE_MODULES in +- On openSUSE, I had to add "perl" to APACHE_MODULES in /etc/sysconfig/apache2. - On Debian you may have to install libapache2-mod-perl2 and create a perl.load symbolic link in /etc/apache2/mods-enabled. diff --git a/testbot/lib/WineTestBot/Engine/Notify.pm b/testbot/lib/WineTestBot/Engine/Notify.pm index 3063e99..eba1cb3 100644 --- a/testbot/lib/WineTestBot/Engine/Notify.pm +++ b/testbot/lib/WineTestBot/Engine/Notify.pm @@ -20,7 +20,7 @@ use strict;
=head1 NAME
-WineTestBot::Engine::Notify - Engine notifcation +WineTestBot::Engine::Notify - Engine notification
=cut