PERFORCE change 155807 for review

Hans Petter Selasky hselasky at FreeBSD.org
Thu Jan 8 10:13:54 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=155807

Change 155807 by hselasky at hselasky_laptop001 on 2009/01/08 10:13:07

	
	Fix a typo.
	Reported by Alexander Best.

Affected files ...

.. //depot/projects/usb/src/usr.sbin/usbconfig/usbconfig.c#11 edit

Differences ...

==== //depot/projects/usb/src/usr.sbin/usbconfig/usbconfig.c#11 (text+ko) ====

@@ -327,7 +327,7 @@
 	    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!");


More information about the p4-projects mailing list