Updated Branches:
  refs/heads/master 486e0d02f -> 650de7998

Fixing typo of "createing" that should be "creating" 
https://issues.apache.org/jira/browse/CLOUDSTACK-3915

Signed-off-by: Prasanna Santhanam <[email protected]>
(cherry picked from commit 238815759664eb2a0e8c000389c976a8b1c5b269)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/650de799
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/650de799
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/650de799

Branch: refs/heads/master
Commit: 650de7998d989c1bc4a6b5a0a98e3fad49bf2247
Parents: 486e0d0
Author: Jonathan Creasy <[email protected]>
Authored: Mon Jul 29 14:16:26 2013 -0500
Committer: Prasanna Santhanam <[email protected]>
Committed: Tue Jul 30 09:41:38 2013 +0530

----------------------------------------------------------------------
 .../api/command/user/firewall/CreateFirewallRuleCmd.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/650de799/api/src/org/apache/cloudstack/api/command/user/firewall/CreateFirewallRuleCmd.java
----------------------------------------------------------------------
diff --git 
a/api/src/org/apache/cloudstack/api/command/user/firewall/CreateFirewallRuleCmd.java
 
b/api/src/org/apache/cloudstack/api/command/user/firewall/CreateFirewallRuleCmd.java
index ff8e283..9f84152 100644
--- 
a/api/src/org/apache/cloudstack/api/command/user/firewall/CreateFirewallRuleCmd.java
+++ 
b/api/src/org/apache/cloudstack/api/command/user/firewall/CreateFirewallRuleCmd.java
@@ -256,7 +256,7 @@ public class CreateFirewallRuleCmd extends 
BaseAsyncCreateCmd implements Firewal
     @Override
     public String getEventDescription() {
         IpAddress ip = _networkService.getIp(ipAddressId);
-        return ("Createing firewall rule for Ip: " + ip.getAddress() + " for 
protocol:" + this.getProtocol());
+        return ("Creating firewall rule for Ip: " + ip.getAddress() + " for 
protocol:" + this.getProtocol());
     }
 
     @Override

Reply via email to