diff --git a/src/apps/devices/Device.cpp b/src/apps/devices/Device.cpp index 8cccaf19d4..516866e2f0 100644 --- a/src/apps/devices/Device.cpp +++ b/src/apps/devices/Device.cpp @@ -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"); }