Allon Mureinik has uploaded a new change for review. Change subject: core: SPMAsyncTask: fix typo in comment ......................................................................
core: SPMAsyncTask: fix typo in comment Fixed a typo in an inline comment. Change-Id: I13622300451f6953af94db9b10f25dc36c732c4b Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/18/7618/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java index 1ace7e2..614f843 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java @@ -208,7 +208,7 @@ * Cleared Failed , and log appropriate message. */ private void HandleEndedTask() { - // If task state is different from Ended chnage it to Ended and set the + // If task state is different from Ended change it to Ended and set the // last access time to now. if (getState() != AsyncTaskState.Ended) { setState(AsyncTaskState.Ended); -- To view, visit http://gerrit.ovirt.org/7618 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I13622300451f6953af94db9b10f25dc36c732c4b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
