From af525e8a18b3bd822751c339916cc3c7396d9832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Wed, 19 Nov 2014 17:54:03 +0100 Subject: [PATCH] trivial: fix a comment typo in generate-plugin-docs.pl --- libnm/generate-plugin-docs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm/generate-plugin-docs.pl b/libnm/generate-plugin-docs.pl index ea97a2224f..35cfdfc6ac 100755 --- a/libnm/generate-plugin-docs.pl +++ b/libnm/generate-plugin-docs.pl @@ -145,7 +145,7 @@ sub process_data { my $str = join ("", @data); my $yaml_data = Load($str); - # now write ia line into the XML + # now write a line into the XML my $name = $yaml_data->{property} // ""; my $var = $yaml_data->{variable} // $name; # fallback to "property: " my $format = $yaml_data->{format} // "";