trivial: fix a comment typo in generate-plugin-docs.pl

This commit is contained in:
Jiří Klimeš 2014-11-19 17:54:03 +01:00
parent 0555df65d3
commit af525e8a18

View file

@ -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} // "";