mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 20:40:34 +01:00
trivial: fix a comment typo in generate-plugin-docs.pl
This commit is contained in:
parent
0555df65d3
commit
af525e8a18
1 changed files with 1 additions and 1 deletions
|
|
@ -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} // "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue