summaryrefslogtreecommitdiff
path: root/src/network/networkd-wait-online.c
diff options
context:
space:
mode:
authorJonathan Boulle <jonathanboulle@gmail.com>2014-05-23 11:56:42 -0700
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-05-24 19:01:03 -0400
commit865cc19a34cd9a3ff98a7b3754747f4904f56faa (patch)
treed73fc80dc19508dda3e91b9b482eb8a8eda03a6a /src/network/networkd-wait-online.c
parent623538c3125fd0174513e4ef5b0e6163f4ea41ef (diff)
Fix several small typos
Diffstat (limited to 'src/network/networkd-wait-online.c')
-rw-r--r--src/network/networkd-wait-online.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-wait-online.c b/src/network/networkd-wait-online.c
index 0b8e35d693..c6038c63bf 100644
--- a/src/network/networkd-wait-online.c
+++ b/src/network/networkd-wait-online.c
@@ -124,7 +124,7 @@ static bool all_configured(Manager *m) {
r = sd_rtnl_message_new_link(m->rtnl, &message, RTM_GETLINK, 0);
if (r < 0) {
- log_warning("colud not create GETLINK message: %s", strerror(-r));
+ log_warning("could not create GETLINK message: %s", strerror(-r));
return false;
}