chiark / gitweb /
udev: fix typos
[elogind.git] / src / udev / udev-ctrl.c
index d02147f0f23d2d90776881ce91003aba7ebbe20b..98fd3a9acfcfdae6c8960409c6d48483a710b25c 100644 (file)
@@ -205,7 +205,7 @@ struct udev_ctrl_connection *udev_ctrl_get_connection(struct udev_ctrl *uctrl) {
         /* enable receiving of the sender credentials in the messages */
         r = setsockopt(conn->sock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on));
         if (r < 0)
         /* enable receiving of the sender credentials in the messages */
         r = setsockopt(conn->sock, SOL_SOCKET, SO_PASSCRED, &on, sizeof(on));
         if (r < 0)
-                log_warning("colud not set SO_PASSCRED: %m");
+                log_warning("could not set SO_PASSCRED: %m");
 
         udev_ctrl_ref(uctrl);
         return conn;
 
         udev_ctrl_ref(uctrl);
         return conn;