chiark / gitweb /
fix spelling
[elogind.git] / udev / udevadm-control.c
index 3fe41977c5b1640d1ad9651dee645104005f4469..3eb03d8b04d63c48d990d62221db1725ec58e5c7 100644 (file)
@@ -115,7 +115,7 @@ int udevadm_control(struct udev *udev, int argc, char *argv[])
                        break;
                case 'p':
                        if (strchr(optarg, '=') == NULL) {
-                               fprintf(stderr, "expect <KEY>=<valaue> instead of '%s'\n", optarg);
+                               fprintf(stderr, "expect <KEY>=<value> instead of '%s'\n", optarg);
                                goto exit;
                        }
                        udev_ctrl_send_set_env(uctrl, optarg);