Fixed typo in the documentation
authorsaur0n <git@saur0n.science>
Tue, 27 Nov 2018 17:52:12 +0000 (20:52 +0300)
committerNathan Hjelm <hjelmn@lanl.gov>
Wed, 5 Dec 2018 17:04:27 +0000 (10:04 -0700)
Closes #496

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
libusb/strerror.c
libusb/version_nano.h

index f4f810c..d12bf32 100644 (file)
@@ -38,7 +38,7 @@ static size_t usbi_locale = 0;
  * How to add a new \ref libusb_strerror() translation:
  * <ol>
  * <li> Download the latest \c strerror.c from:<br>
- *      https://raw.github.com/libusb/libusb/master/libusb/sterror.c </li>
+ *      https://raw.github.com/libusb/libusb/master/libusb/strerror.c </li>
  * <li> Open the file in an UTF-8 capable editor </li>
  * <li> Add the 2 letter <a href="http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes">ISO 639-1</a>
  *      code for your locale at the end of \c usbi_locale_supported[]<br>
index 328afa9..a1ef243 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11319
+#define LIBUSB_NANO 11320