mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: fix typo and wording
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
committed by
Rob Bradford
parent
28b54df01d
commit
7443a9f69e
@@ -50,7 +50,7 @@ pub enum MigratableError {
|
||||
#[error("Failed to complete migration for migratable component")]
|
||||
CompleteMigration(#[source] anyhow::Error),
|
||||
|
||||
#[error("Failed to release a disk lock before the migration")]
|
||||
#[error("Failed to release a disk lock")]
|
||||
UnlockError(#[source] anyhow::Error),
|
||||
}
|
||||
|
||||
|
||||
@@ -118,8 +118,8 @@ pub enum ApiError {
|
||||
#[error("The VM could not be snapshotted")]
|
||||
VmSnapshot(#[source] VmError),
|
||||
|
||||
/// The VM could not restored.
|
||||
#[error("The VM could not restored")]
|
||||
/// The VM could not be restored.
|
||||
#[error("The VM could not be restored")]
|
||||
VmRestore(#[source] VmError),
|
||||
|
||||
/// The VM could not be coredumped.
|
||||
|
||||
Reference in New Issue
Block a user