Skip to content

Commit 661082d

Browse files
typo fix
1 parent 2be6c48 commit 661082d

File tree

1 file changed

+1
-1
lines changed
  • plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/util

1 file changed

+1
-1
lines changed

plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/util/ScaleIOUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public static boolean removeMdms(String... mdmAddresses) {
206206
boolean removeMdmCliSupported = isRemoveMdmCliSupported();
207207
boolean restartSDC = false;
208208
for (String mdmAddress : mdmAddresses) {
209-
// continue to next address if current MDM is not present in configuratino
209+
// continue to next address if current MDM is not present in configuration
210210
if (!isMdmPresent(mdmAddress)) {
211211
continue;
212212
}

0 commit comments

Comments
 (0)