From 350b785136e00733730fe7fed869c38a786de6bb Mon Sep 17 00:00:00 2001 From: thompsa Date: Tue, 13 Jan 2009 19:02:17 +0000 Subject: MFp4: //depot/projects/usb@155807 Fix a typo. Reported by Alexander Best. Submitted by: Hans Petter Selasky --- usr.sbin/usbconfig/usbconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/usbconfig') diff --git a/usr.sbin/usbconfig/usbconfig.c b/usr.sbin/usbconfig/usbconfig.c index 0967464..e0f03dd 100644 --- a/usr.sbin/usbconfig/usbconfig.c +++ b/usr.sbin/usbconfig/usbconfig.c @@ -327,7 +327,7 @@ flush_command(struct libusb20_backend *pbe, struct options *opt) opt->got_power_save + opt->got_power_on + opt->got_power_off) > 1) { - err(1, "cannot only specify one of 'set_config', " + err(1, "can only specify one of 'set_config', " "'set_alt', 'reset', 'suspend', 'resume', " "'power_save', 'power_on' and 'power_off' " "at the same time!"); -- cgit v1.1