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

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 2388157596)
This commit is contained in:
Jonathan Creasy 2013-07-29 14:16:26 -05:00 committed by Prasanna Santhanam
parent 486e0d02f8
commit 650de7998d
1 changed files with 1 additions and 1 deletions

View File

@ -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