diff options
author | Alan Jenkins <alan-jenkins@tuffmail.co.uk> | 2009-08-08 14:29:38 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-08-08 15:42:05 +0200 |
commit | 214a6c791cbc0c1a190c430eb37056087e661344 (patch) | |
tree | d9d42bf69d517d3b62240c2b6f0f18c442aead64 /udev/udevadm-control.c | |
parent | bd2dab9ce566a4e30d5372be9fa4e1921b7749f7 (diff) |
fix spelling
Fix spelling in docbook comments, code comments, and a local variable
name. Thanks to "ispell -h" for docbook HTML and "scspell" for source
code.
Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Diffstat (limited to 'udev/udevadm-control.c')
-rw-r--r-- | udev/udevadm-control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevadm-control.c b/udev/udevadm-control.c index 3fe41977c5..3eb03d8b04 100644 --- a/udev/udevadm-control.c +++ b/udev/udevadm-control.c @@ -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); |