提交 cc79a4c5 编写于 作者: M Matthias Bolte

vbox: Fix typo in error message

上级 a50f5f6f
......@@ -97,7 +97,7 @@ tryLoadOne(const char *dir, bool setAppHome, bool ignoreMissing,
if (!virFileExists(name)) {
if (!ignoreMissing) {
VIR_ERROR(_("Libaray '%s' doesn't exist"), name);
VIR_ERROR(_("Library '%s' doesn't exist"), name);
}
VIR_FREE(name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册