diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2014-08-29 13:28:04 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-29 09:28:19 -0400 |
commit | 6ff8806e1d20a4d3cbc4b360326ea3786768f0ca (patch) | |
tree | 03cbffc58cf9b44aabd7b76b2b4be81c10318490 /src/libsystemd/sd-rtnl/sd-rtnl.c | |
parent | fd5ab841e7582342b23c9c08ba24ce0cca266690 (diff) |
Fix a few typos in log messages
Diffstat (limited to 'src/libsystemd/sd-rtnl/sd-rtnl.c')
-rw-r--r-- | src/libsystemd/sd-rtnl/sd-rtnl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-rtnl/sd-rtnl.c b/src/libsystemd/sd-rtnl/sd-rtnl.c index f883f2842c..a3f314b95b 100644 --- a/src/libsystemd/sd-rtnl/sd-rtnl.c +++ b/src/libsystemd/sd-rtnl/sd-rtnl.c @@ -680,7 +680,7 @@ int sd_rtnl_call(sd_rtnl *rtnl, if (r < 0) return r; if (r > 0) - /* receieved message, so try to process straight away */ + /* received message, so try to process straight away */ continue; if (timeout > 0) { |