mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
Fix spelling mistake: seek
Replace wrong "set" by correct "seek" in error message. Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
parent
1aaef5ad72
commit
0905d1ee95
@ -824,7 +824,7 @@ virStorageFileGetMetadataFromFD(const char *path,
|
|||||||
memset(meta, 0, sizeof (*meta));
|
memset(meta, 0, sizeof (*meta));
|
||||||
|
|
||||||
if (lseek(fd, 0, SEEK_SET) == (off_t)-1) {
|
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;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user