Module: tools Branch: master Commit: 7b86cb5a3be0af4c00eb200b8f7eb9e43ee45413 URL: https://gitlab.winehq.org/winehq/tools/-/commit/7b86cb5a3be0af4c00eb200b8f7e...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Sep 23 19:01:55 2022 +0200
testbot/LogUtils: Fix a Perldoc entry.
---
testbot/lib/WineTestBot/LogUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/lib/WineTestBot/LogUtils.pm b/testbot/lib/WineTestBot/LogUtils.pm index 7780d1c8..fd850f8a 100644 --- a/testbot/lib/WineTestBot/LogUtils.pm +++ b/testbot/lib/WineTestBot/LogUtils.pm @@ -218,7 +218,7 @@ The number of errors if any. =item ErrGroupNames An array containing the names of all the error groups.
-= ErrGroups +=item ErrGroups A hashtable indexed by the error group name. Each entry contains:
=over