Fix typo, no functional change.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43027 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2011-10-31 10:22:48 +00:00
parent 87d4f28e6f
commit 9a4b557caa
@@ -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;