You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/03/30 09:14:10 UTC

[GitHub] DaanHoogland closed pull request #2515: Fix Successfully typo

DaanHoogland closed pull request #2515: Fix Successfully typo
URL: https://github.com/apache/cloudstack/pull/2515
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/server/src/main/java/com/cloud/test/PodZoneConfig.java b/server/src/main/java/com/cloud/test/PodZoneConfig.java
index 3607a3b1fff..ee017d55223 100644
--- a/server/src/main/java/com/cloud/test/PodZoneConfig.java
+++ b/server/src/main/java/com/cloud/test/PodZoneConfig.java
@@ -61,7 +61,7 @@ public void savePod(boolean printOutput, long id, String name, long dcId, String
         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() {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services