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

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