MFp4: //depot/projects/usb@155807

Fix a typo.
	Reported by Alexander Best.

Submitted by: Hans Petter Selasky
This commit is contained in:
Andrew Thompson 2009-01-13 19:02:17 +00:00
parent abc96a038c
commit 63812bb50a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187168

View File

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