bluez: Fix typo spotted by jf_simon

This commit is contained in:
Christopher Michael 2020-04-13 14:48:08 -04:00
parent ab257692f6
commit 4e626b8f04
1 changed files with 1 additions and 1 deletions

View File

@ -258,5 +258,5 @@ util_obj_name_get(Obj *o)
if (o->name) return o->name;
if (o->alias) return o->alias;
if (o->address) return o->address;
return _("Uknown");
return _("Unknown");
}