diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-09-14 23:49:20 -0400 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2018-09-15 09:08:03 +0200 |
commit | f985b6944a1147281e34721c96db1a41baca65b3 (patch) | |
tree | 87d7771495460461560386e704aa53c298c8c226 /clients/tui/newt | |
parent | 30674675cb00785d676c672488fde9e27c2c3df4 (diff) | |
download | NetworkManager-f985b6944a1147281e34721c96db1a41baca65b3.tar.gz |
docs: misc. typos
Found via `codespell -q 3 --skip="*.po"`
https://github.com/NetworkManager/NetworkManager/pull/203
Diffstat (limited to 'clients/tui/newt')
-rw-r--r-- | clients/tui/newt/nmt-newt-listbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tui/newt/nmt-newt-listbox.c b/clients/tui/newt/nmt-newt-listbox.c index 15a89b0b94..4f8120f10a 100644 --- a/clients/tui/newt/nmt-newt-listbox.c +++ b/clients/tui/newt/nmt-newt-listbox.c @@ -227,7 +227,7 @@ nmt_newt_listbox_get_active_key (NmtNewtListbox *listbox) /** * nmt_newt_listbox_set_height: * @listbox: an #NmtNewtListbox - * @height: the new height, or -1 for no fixed heigh + * @height: the new height, or -1 for no fixed height * * Updates @listbox's height. */ |