networkd: fix typo

This commit is contained in:
Tom Gundersen 2014-05-15 23:14:52 +02:00
parent 3d3d425547
commit 3d94b7870c
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ static int netdev_create_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void *userda
if (r == -EEXIST)
log_debug_netdev(netdev, "netdev exists, using existing");
else if (r < 0) {
log_warning_netdev(netdev, "netdev could not be greated: %s", strerror(-r));
log_warning_netdev(netdev, "netdev could not be created: %s", strerror(-r));
netdev_drop(netdev);
return 1;