chiark / gitweb /
Fix a few typos in log messages
[elogind.git] / src / libsystemd / sd-rtnl / sd-rtnl.c
index f883f2842cddb26fe3e4c190cba650c722d92016..a3f314b95b76b9415b8bbecb5251ff9ecc7e3492 100644 (file)
@@ -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) {