diff --git a/src/util/storage_file.c b/src/util/storage_file.c index 4faa99d8b3..62dad0d8c4 100644 --- a/src/util/storage_file.c +++ b/src/util/storage_file.c @@ -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; }