diff mbox series

[1/1] docparse: s/Tags/Tag/

Message ID 20210520154953.32623-1-pvorel@suse.cz
State Accepted
Headers show
Series [1/1] docparse: s/Tags/Tag/ | expand

Commit Message

Petr Vorel May 20, 2021, 3:49 p.m. UTC
Because allother header cells are singular.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 docparse/testinfo.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Cyril Hrubis May 25, 2021, 9:10 a.m. UTC | #1
Hi!
Looks good.

Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
diff mbox series

Patch

diff --git a/docparse/testinfo.pl b/docparse/testinfo.pl
index 6e05982e5..c11064c05 100755
--- a/docparse/testinfo.pl
+++ b/docparse/testinfo.pl
@@ -428,7 +428,7 @@  sub content_all_tests
 
 		for my $tag (@sorted_tags) {
 			if (!defined($tmp2)) {
-				$content .= table . "|Tags|Info\n"
+				$content .= table . "|Tag|Info\n"
 			}
 			my $k = @$tag[0];
 			my $v = @$tag[1];