From 9a4b557caa2d6804cef9e505e0362bfb2b3b7c73 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Mon, 31 Oct 2011 10:22:48 +0000 Subject: [PATCH] Fix typo, no functional change. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43027 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;