mirror of https://github.com/apache/cloudstack.git
Fix Successfully typo (#2515)
This commit is contained in:
parent
41895561a7
commit
5dca01cacc
|
|
@ -61,7 +61,7 @@ public class PodZoneConfig {
|
|||
DatabaseConfig.saveSQL(sql, "Failed to save pod due to exception. Please contact Cloud Support.");
|
||||
|
||||
if (printOutput)
|
||||
System.out.println("Successfuly saved pod.");
|
||||
System.out.println("Successfully saved pod.");
|
||||
}
|
||||
|
||||
public void checkAllPodCidrSubnets() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue