Fix spelling errata
[platform/core/uifw/voice-control.git] / engine-parser / src / vc-engine-parser.c
index 0e4a92a..8af3cd4 100644 (file)
@@ -304,7 +304,7 @@ static int __remove_engine_info_xml(const char *pkgid, gchar *ut, uid_t uid)
        if (0 == access(path, F_OK)) {
                LOGD("Remove engine info xml(%s)", path);
                if (0 != remove(path)) {
-                       LOGE("[ERROR] Fail to emove engine info xml(%s)", path);
+                       LOGE("[ERROR] Fail to remove engine info xml(%s)", path);
                }
        }