Skip to content

Commit 5dca01c

Browse files
coliffrafaelweingartner
authored andcommitted
Fix Successfully typo (#2515)
1 parent 4189556 commit 5dca01c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/java/com/cloud/test/PodZoneConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void savePod(boolean printOutput, long id, String name, long dcId, String
6161
DatabaseConfig.saveSQL(sql, "Failed to save pod due to exception. Please contact Cloud Support.");
6262

6363
if (printOutput)
64-
System.out.println("Successfuly saved pod.");
64+
System.out.println("Successfully saved pod.");
6565
}
6666

6767
public void checkAllPodCidrSubnets() {

0 commit comments

Comments
 (0)