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:
Philipp Schuster 2025-11-11 14:21:11 +01:00 committed by Rob Bradford
parent 28b54df01d
commit 7443a9f69e
2 changed files with 3 additions and 3 deletions

View file

@ -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),
}

View file

@ -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.