diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2020-07-04 11:37:01 +0300 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-07-07 11:33:46 +0200 |
commit | 4e33f8cd89fa1edd161f81d56fdfb42faf07f9fa (patch) | |
tree | 7fefedc0aa5e0887c04bbf501523a62aaa640575 /src/settings/plugins/keyfile/nms-keyfile-utils.c | |
parent | 4c52c69d66d542d1ef40a8b48cff7ace3a9baef4 (diff) | |
download | NetworkManager-4e33f8cd89fa1edd161f81d56fdfb42faf07f9fa.tar.gz |
all: fix minor typos
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/565
Diffstat (limited to 'src/settings/plugins/keyfile/nms-keyfile-utils.c')
-rw-r--r-- | src/settings/plugins/keyfile/nms-keyfile-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/plugins/keyfile/nms-keyfile-utils.c b/src/settings/plugins/keyfile/nms-keyfile-utils.c index bc8dfd12c2..e3c3969146 100644 --- a/src/settings/plugins/keyfile/nms-keyfile-utils.c +++ b/src/settings/plugins/keyfile/nms-keyfile-utils.c @@ -266,7 +266,7 @@ nms_keyfile_nmmeta_write (const char *dirname, } } else { /* we only have the "loaded_path" to store. That is commonly used for the tombstones to - * link to /dev/null. A symlink is sufficient to store that ammount of information. + * link to /dev/null. A symlink is sufficient to store that amount of information. * No need to bother with a keyfile. */ if (symlink (loaded_path, full_filename_tmp) != 0) { errsv = -NM_ERRNO_NATIVE (errno); |