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-trigger.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-trigger.c')
-rw-r--r-- | udev/udevadm-trigger.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udevadm-trigger.c b/udev/udevadm-trigger.c index 5cd4acd6ed..8a626ec744 100644 --- a/udev/udevadm-trigger.c +++ b/udev/udevadm-trigger.c @@ -186,8 +186,8 @@ int udevadm_trigger(struct udev *udev, int argc, char *argv[]) " failed trigger only the events which have been\n" " marked as failed during a previous run\n" " --action=<action> event action value, default is \"add\"\n" - " --subsystem-match=<subsystem> trigger devices from a matching subystem\n" - " --subsystem-nomatch=<subsystem> exclude devices from a matching subystem\n" + " --subsystem-match=<subsystem> trigger devices from a matching subsystem\n" + " --subsystem-nomatch=<subsystem> exclude devices from a matching subsystem\n" " --attr-match=<file[=<value>]> trigger devices with a matching attribute\n" " --attr-nomatch=<file[=<value>]> exclude devices with a matching attribute\n" " --property-match=<key>=<value> trigger devices with a matching property\n" |