Dan Kenigsberg has uploaded a new change for review. Change subject: fix tiny typo ......................................................................
fix tiny typo Change-Id: Ib1a6698279a6fe799be3ffee1f0c59fc1add9646 Bug-Url: https://bugzilla.redhat.com/988017 Signed-off-by: Dan Kenigsberg <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/25/17325/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java index 3c146ad..a4f4c72 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java @@ -269,7 +269,7 @@ "Network error during communication with the host", e); } catch (Exception e) { throw new VdsInstallException(VDSStatus.NonOperational, - "Failed to configure manamgent network on the host", e); + "Failed to configure management network on the host", e); } } -- To view, visit http://gerrit.ovirt.org/17325 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib1a6698279a6fe799be3ffee1f0c59fc1add9646 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
