summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-private.h
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-09-14 23:49:20 -0400
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-15 09:08:03 +0200
commitf985b6944a1147281e34721c96db1a41baca65b3 (patch)
tree87d7771495460461560386e704aa53c298c8c226 /src/devices/nm-device-private.h
parent30674675cb00785d676c672488fde9e27c2c3df4 (diff)
downloadNetworkManager-f985b6944a1147281e34721c96db1a41baca65b3.tar.gz
docs: misc. typos
Found via `codespell -q 3 --skip="*.po"` https://github.com/NetworkManager/NetworkManager/pull/203
Diffstat (limited to 'src/devices/nm-device-private.h')
-rw-r--r--src/devices/nm-device-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-private.h b/src/devices/nm-device-private.h
index 66c715de90..1e19dbfbf8 100644
--- a/src/devices/nm-device-private.h
+++ b/src/devices/nm-device-private.h
@@ -34,7 +34,7 @@ enum NMActStageReturn {
NM_ACT_STAGE_RETURN_IP_DONE, /* IP config stage is done (state IP_DONE),
For the ip-config stage, this is similar to
NM_ACT_STAGE_RETURN_SUCCESS, except that no
- IP config should be commited. */
+ IP config should be committed. */
NM_ACT_STAGE_RETURN_IP_FAIL, /* IP config stage failed (state IP_FAIL), activation may proceed */
};