summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-11-19 17:54:03 +0100
committerJiří Klimeš <jklimes@redhat.com>2014-11-19 17:54:03 +0100
commitaf525e8a18b3bd822751c339916cc3c7396d9832 (patch)
tree6768dc04ae595e6ffb721d1def882d8dfad5b30c /libnm
parent0555df65d3b18a916e5694c684829c824e8271dd (diff)
downloadNetworkManager-af525e8a18b3bd822751c339916cc3c7396d9832.tar.gz
trivial: fix a comment typo in generate-plugin-docs.pl
Diffstat (limited to 'libnm')
-rwxr-xr-xlibnm/generate-plugin-docs.pl2
1 files changed, 1 insertions, 1 deletions
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} // "";