diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-09-15 07:20:54 -0400 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-09-17 11:26:13 +0200 |
commit | 58510ed5667974e772344c1a893be9deecb1b4cc (patch) | |
tree | 66f521404a44570bd0deaa694d3403050bcc0b36 /configure.ac | |
parent | f985b6944a1147281e34721c96db1a41baca65b3 (diff) | |
download | NetworkManager-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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c4a84cc4c6..b3fc8b249f 100644 --- a/configure.ac +++ b/configure.ac @@ -623,7 +623,7 @@ AM_CONDITIONAL(WITH_JSON_VALIDATION, test "${enable_json_validation}" != "no") # we usually compile with polkit support. --enable-polkit=yes|no only sets the # default configuration for main.auth-polkit. User can always enable/disable polkit -# autorization via config. +# authorization via config. AC_ARG_ENABLE(polkit, AS_HELP_STRING([--enable-polkit=yes|no], [set default value for auth-polkit configuration option. This value can be overwritten by NM configuration. 'disabled' is an alias for 'no']), |