提交 0905d1ee 编写于 作者: P Philipp Hahn 提交者: Eric Blake

Fix spelling mistake: seek

Replace wrong "set" by correct "seek" in error message.
Signed-off-by: NPhilipp Hahn <hahn@univention.de>
上级 1aaef5ad
......@@ -824,7 +824,7 @@ virStorageFileGetMetadataFromFD(const char *path,
memset(meta, 0, sizeof (*meta));
if (lseek(fd, 0, SEEK_SET) == (off_t)-1) {
virReportSystemError(errno, _("cannot set to start of '%s'"), path);
virReportSystemError(errno, _("cannot seek to start of '%s'"), path);
goto cleanup;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册