core: Suppress hotplug events during initial enumeration
[platform/upstream/libusb.git] / examples / hotplugtest.c
index 4d0db5e..94f7e56 100644 (file)
@@ -95,7 +95,7 @@ int main(int argc, char *argv[])
        }
 
        if (!libusb_has_capability (LIBUSB_CAP_HAS_HOTPLUG)) {
-               printf ("Hotplug capabilites are not supported on this platform\n");
+               printf ("Hotplug capabilities are not supported on this platform\n");
                libusb_exit (NULL);
                return EXIT_FAILURE;
        }