CLOUDSTACK-6047: Fix typo

This commit is contained in:
Sheng Yang 2014-02-19 21:15:46 -08:00
parent d429be75a7
commit ca683958d8
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ public class VirtualRoutingResource {
// Use the last answer as final answer
if (answersCount == 1) {
ExecutionResult result = new ExecutionResult(true, "Not configure to be apply");
ExecutionResult result = new ExecutionResult(true, "No configure to be applied");
for (ConfigItem c : cfg) {
result = applyConfigToVR(cmd, c);
if (!result.isSuccess()) {