Alexandre Julliard : testbot: Fix a typo.
Module: tools Branch: master Commit: 1db885b190f1375b3f3afd680700f731623ab647 URL: https://source.winehq.org/git/tools.git/?a=commit;h=1db885b190f1375b3f3afd68... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Dec 6 19:27:28 2018 +0100 testbot: Fix a typo. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/web/index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/web/index.pl b/testbot/web/index.pl index 99d7b70..e06f515 100644 --- a/testbot/web/index.pl +++ b/testbot/web/index.pl @@ -72,7 +72,7 @@ sub GenerateHeaderCell($$$) { my ($self, $PropertyDescriptor) = @_; - my $PropertyName = $PropertyDescriptor->GetName() + my $PropertyName = $PropertyDescriptor->GetName(); if ($PropertyName eq "Ended") { print "<th><a class='title' title='Ended'>Time</a></th>\n";
participants (1)
-
Alexandre Julliard