Module: tools
Branch: master
Commit: 314039343f920e50413e001fdaa903e7d2338c8c
URL: http://source.winehq.org/git/tools.git/?a=commit;h=314039343f920e50413e001f…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Mon Dec 19 08:08:27 2016 +0100
transl: A couple of spelling fixes in comments.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
transl/style.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/transl/style.css b/transl/style.css
index 557de2c..d492393 100644
--- a/transl/style.css
+++ b/transl/style.css
@@ -78,7 +78,7 @@ table.index td {
background-color: #fff4f4;
}
-/* used to mark resource parts that are not literaly in the string, like \0, \n etc*/
+/* used to mark resource parts that are not literally in the string, like \0, \n, etc */
.resmeta
{
color: #c34b4b;
@@ -120,7 +120,7 @@ table.resource tr.subheader
background-color: #f3dcdc;
}
-/* rows are different (in resource comparision mode) */
+/* rows are different (in resource comparison mode) */
table.resource tr.diff
{
background-color: #e3acac;
Module: tools
Branch: master
Commit: 6c6f0c71d76b5ce565910ae229012a968888d5ae
URL: http://source.winehq.org/git/tools.git/?a=commit;h=6c6f0c71d76b5ce565910ae2…
Author: Francois Gouget <fgouget(a)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(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)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