diff options
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) { |