Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2009 19:02:17 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187168 - head/usr.sbin/usbconfig
Message-ID:  <200901131902.n0DJ2Hb0012225@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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!");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901131902.n0DJ2Hb0012225>