File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ pub enum MigratableError {
5050 #[ error( "Failed to complete migration for migratable component" ) ]
5151 CompleteMigration ( #[ source] anyhow:: Error ) ,
5252
53- #[ error( "Failed to release a disk lock before the migration " ) ]
53+ #[ error( "Failed to release a disk lock" ) ]
5454 UnlockError ( #[ source] anyhow:: Error ) ,
5555}
5656
Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ pub enum ApiError {
118118 #[ error( "The VM could not be snapshotted" ) ]
119119 VmSnapshot ( #[ source] VmError ) ,
120120
121- /// The VM could not restored.
122- #[ error( "The VM could not restored" ) ]
121+ /// The VM could not be restored.
122+ #[ error( "The VM could not be restored" ) ]
123123 VmRestore ( #[ source] VmError ) ,
124124
125125 /// The VM could not be coredumped.
You can’t perform that action at this time.
0 commit comments