Devices: Fix typo.

This commit is contained in:
Augustin Cavalier
2026-04-07 13:57:58 -04:00
parent bc501624e2
commit 645c71a9a9
+1 -1
View File
@@ -79,7 +79,7 @@ Device::GetName() const
AttributeMapIterator it = fAttributeMap.find(B_TRANSLATE("Device name"));
if (it != fAttributeMap.end())
return it->second;
return BString("unkown");
return BString("unknown");
}