devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=4e626b8f04ede19b808476c5fb0ed83a94c9b5b0

commit 4e626b8f04ede19b808476c5fb0ed83a94c9b5b0
Author: Christopher Michael <[email protected]>
Date:   Mon Apr 13 14:48:08 2020 -0400

    bluez: Fix typo spotted by jf_simon
---
 src/modules/bluez5/e_mod_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/bluez5/e_mod_util.c b/src/modules/bluez5/e_mod_util.c
index aedd37d6a..13838d60d 100644
--- a/src/modules/bluez5/e_mod_util.c
+++ b/src/modules/bluez5/e_mod_util.c
@@ -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");
 }

-- 


Reply via email to