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/u...@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!");
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to