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:
parent
28b54df01d
commit
7443a9f69e
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue