svn commit: r187168 - head/usr.sbin/usbconfig

Andrew Thompson thompsa at FreeBSD.org
Tue Jan 13 11:02:19 PST 2009


Author: thompsa
Date: Tue Jan 13 19:02:17 2009
New Revision: 187168
URL: http://svn.freebsd.org/changeset/base/187168

Log:
  MFp4: //depot/projects/usb at 155807
  
  	Fix a typo.
  	Reported by Alexander Best.
  
  Submitted by: Hans Petter Selasky

Modified:
  head/usr.sbin/usbconfig/usbconfig.c

Modified: head/usr.sbin/usbconfig/usbconfig.c
==============================================================================
--- head/usr.sbin/usbconfig/usbconfig.c	Tue Jan 13 19:02:07 2009	(r187167)
+++ head/usr.sbin/usbconfig/usbconfig.c	Tue Jan 13 19:02:17 2009	(r187168)
@@ -327,7 +327,7 @@ flush_command(struct libusb20_backend *p
 	    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 svn-src-head mailing list