Oved Ourfali has uploaded a new change for review. Change subject: core: fix type in VdsDeploy ......................................................................
core: fix type in VdsDeploy Change-Id: I6d5b0784be20e37f95348af33a217dead0fd5ffb Bug-Url: https://bugzilla.redhat.com/1056307 Signed-off-by: Oved Ourfali <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/59/23559/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java index 58e6007..169526d 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java @@ -471,7 +471,7 @@ if (reboot) { _messages.post( InstallerMessages.Severity.INFO, - "Enfocing host reboot" + "Enforcing host reboot" ); } _parser.cliEnvironmentSet( -- To view, visit http://gerrit.ovirt.org/23559 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6d5b0784be20e37f95348af33a217dead0fd5ffb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
