summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@free.fr>2016-01-06 10:20:24 +0100
committerLudovic Rousseau <ludovic.rousseau@free.fr>2016-01-06 10:20:24 +0100
commite10a652b4b74e1c7d5f0e5ecd512094425cee5c8 (patch)
treeb664bc9a59cb92eac2fc17207e95b032eeeb535f
parenta34ba28b40d901afeeca084e6b7043fcf95cd935 (diff)
downloadlibusb-e10a652b4b74e1c7d5f0e5ecd512094425cee5c8.tar.gz
Examples: fix typo in Nathan Hjelm email
-rw-r--r--examples/hotplugtest.c2
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/hotplugtest.c b/examples/hotplugtest.c
index 851915e..d2c1468 100644
--- a/examples/hotplugtest.c
+++ b/examples/hotplugtest.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode:t ; c-basic-offset:8 -*- */
/*
* libusb example program for hotplug API
- * Copyright © 2012-2013 Nathan Hjelm <hjelmn@mac.ccom>
+ * Copyright © 2012-2013 Nathan Hjelm <hjelmn@mac.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index fd06e1e..989a9a4 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11021
+#define LIBUSB_NANO 11022