summaryrefslogtreecommitdiff
path: root/libnm/generate-plugin-docs.pl
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-09-15 07:20:54 -0400
committerThomas Haller <thaller@redhat.com>2018-09-17 11:26:13 +0200
commit58510ed5667974e772344c1a893be9deecb1b4cc (patch)
tree66f521404a44570bd0deaa694d3403050bcc0b36 /libnm/generate-plugin-docs.pl
parentf985b6944a1147281e34721c96db1a41baca65b3 (diff)
downloadNetworkManager-58510ed5667974e772344c1a893be9deecb1b4cc.tar.gz
docs: misc. typos pt2
Remainder of typos found using `codespell -q 3 --skip="./shared,./src/systemd,*.po" -I ../NetworkManager-word-whitelist.txt` whereby whitelist consists of: ``` ans busses cace cna conexant crasher iff liftime creat nd sav technik uint ``` https://github.com/NetworkManager/NetworkManager/pull/205
Diffstat (limited to 'libnm/generate-plugin-docs.pl')
-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 e4963b7c50..74e2126c67 100755
--- a/libnm/generate-plugin-docs.pl
+++ b/libnm/generate-plugin-docs.pl
@@ -60,7 +60,7 @@ open $fo, '>', $output or die "Can't open $output: $!";
# write XML header
write_header();
-# write generated documenation for each setting
+# write generated documentation for each setting
foreach my $c_file (@source_files) {
my $setting_name = get_setting_name($c_file);
if ($setting_name) {