You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2018/03/30 11:54:21 UTC

[cloudstack] branch master updated: Fix Successfully typo (#2515)

This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 5dca01c  Fix Successfully typo (#2515)
5dca01c is described below

commit 5dca01cacc798f8b64c553d8730b435aa43ac597
Author: Christian Oliff <ch...@yahoo.com>
AuthorDate: Fri Mar 30 20:54:16 2018 +0900

    Fix Successfully typo (#2515)
---
 server/src/main/java/com/cloud/test/PodZoneConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/com/cloud/test/PodZoneConfig.java b/server/src/main/java/com/cloud/test/PodZoneConfig.java
index 3607a3b..ee017d5 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 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() {

-- 
To stop receiving notification emails like this one, please contact
rafael@apache.org.