chiark / gitweb /
tree-wide: spelling fixes
[elogind.git] / src / libsystemd / sd-rtnl / rtnl-message.c
index 36eb9f5b395d5837367b89a8400097061bf58de0..a089fae044d02ca75fbeec0a8d47b9bb910e300c 100644 (file)
@@ -43,7 +43,7 @@ static int message_new_empty(sd_rtnl *rtnl, sd_rtnl_message **ret) {
 
         assert_return(ret, -EINVAL);
 
-        /* Note that 'rtnl' is curretly unused, if we start using it internally
+        /* Note that 'rtnl' is currently unused, if we start using it internally
            we must take care to avoid problems due to mutual references between
            busses and their queued messages. See sd-bus.
          */