summaryrefslogtreecommitdiff
path: root/libusb/strerror.c
diff options
context:
space:
mode:
authorhjelmn <Nathan Hjelm hjelmn@cs.unm.edu>2013-12-11 23:52:34 +0000
committerPete Batard <pete@akeo.ie>2013-12-30 21:58:07 +0000
commit8cb3cb34fb7dca5d7586c68a61f2761a2e103195 (patch)
tree6a244d89d3b7b8c4c4d2accb7822acb9450eb2ba /libusb/strerror.c
parent8b46e1c088167eb86b1712765896e2f17d70d148 (diff)
downloadlibusb-8cb3cb34fb7dca5d7586c68a61f2761a2e103195.tar.gz
misc: revert all references to libusb/libusb.infomergeback
Diffstat (limited to 'libusb/strerror.c')
-rw-r--r--libusb/strerror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/strerror.c b/libusb/strerror.c
index 0212df8..3af1cab 100644
--- a/libusb/strerror.c
+++ b/libusb/strerror.c
@@ -35,7 +35,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/libusbx/libusbx/master/libusb/sterror.c </li>
+ * https://raw.github.com/libusb/libusb/master/libusb/sterror.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>
@@ -53,7 +53,7 @@ static size_t usbi_locale = 0;
* }
* };\endcode </li>
* <li> Translate each of the English messages from the section you copied into your language </li>
- * <li> Save the file (in UTF-8 format) and send it to \c libusbx-devel\@lists.sourceforge.net </li>
+ * <li> Save the file (in UTF-8 format) and send it to \c libusb-devel\@lists.sourceforge.net </li>
* </ol>
*/