Skip to content

Commit 1507a56

Browse files
vits-hugsVitor Hugo Homem Marzarotto
and
Vitor Hugo Homem Marzarotto
authored
Correct typo in exception (#10876)
Co-authored-by: Vitor Hugo Homem Marzarotto <[email protected]>
1 parent f199783 commit 1507a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/storage/snapshot/SnapshotManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ public Pair<List<? extends Snapshot>, Integer> listSnapshots(ListSnapshotsCmd cm
849849
} else if (intervalTypeStr != null && volumeId != null) {
850850
Type type = SnapshotVO.getSnapshotType(intervalTypeStr);
851851
if (type == null) {
852-
throw new InvalidParameterValueException("Unsupported snapstho interval type " + intervalTypeStr);
852+
throw new InvalidParameterValueException("Unsupported snapshot interval type " + intervalTypeStr);
853853
}
854854
sc.setParameters("snapshotTypeEQ", type.ordinal());
855855
} else {

0 commit comments

Comments
 (0)