Skip to content

Commit c18c399

Browse files
committed
vmm: fix typo
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
1 parent a77883f commit c18c399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vmm/src/api/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ pub enum ApiError {
117117
#[error("The VM could not be snapshotted")]
118118
VmSnapshot(#[source] VmError),
119119

120-
/// The VM could not restored.
121-
#[error("The VM could not restored")]
120+
/// The VM could not be restored.
121+
#[error("The VM could not be restored")]
122122
VmRestore(#[source] VmError),
123123

124124
/// The VM could not be coredumped.

0 commit comments

Comments
 (0)