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: I0d147ba6700d605e420d9797248dcb66b0bfb4a8
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/09/7609/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 417a3f4..f95736b 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
@@ -209,7 +209,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/7609
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d147ba6700d605e420d9797248dcb66b0bfb4a8
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

Reply via email to