diff --git a/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.cpp b/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.cpp index 650d4947d9..3935e244fd 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.cpp +++ b/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.cpp @@ -41,7 +41,8 @@ HIDCollection::HIDCollection(HIDCollection *parent, uint8 type, // this is just a logical grouping collection usageValue.u.extended = 0; } else { - TRACE_ALWAYS("non of the possible usages for the collection are set\n"); + TRACE_ALWAYS("none of the possible usages for the collection are " + "set\n"); } fUsage = usageValue.u.extended;