From 214a6c791cbc0c1a190c430eb37056087e661344 Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Sat, 8 Aug 2009 14:29:38 +0100 Subject: 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 --- udev/udevadm-control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev/udevadm-control.c') 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 = instead of '%s'\n", optarg); + fprintf(stderr, "expect = instead of '%s'\n", optarg); goto exit; } udev_ctrl_send_set_env(uctrl, optarg); -- cgit v1.2.3-54-g00ecf