Eli Mesika has uploaded a new change for review.

Change subject: core: fix a typo in ErrorTranslatorImpl code
......................................................................

core: fix a typo in ErrorTranslatorImpl code

This patch fixes a typo in ErrorTranslatorImpl code
replaces then with than.

Change-Id: Ia6cf9510bf085f3b233f02ca96c1fb09f84dda09
Signed-off-by: Eli Mesika <emes...@redhat.com>
---
M 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ErrorTranslatorImpl.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/86/9686/1

diff --git 
a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ErrorTranslatorImpl.java
 
b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ErrorTranslatorImpl.java
index ee741ac..402a870 100644
--- 
a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ErrorTranslatorImpl.java
+++ 
b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ErrorTranslatorImpl.java
@@ -59,7 +59,7 @@
                 if (!messages.containsKey(key)) {
                     messages.put(key, bundle.getString(key));
                 } else {
-                    log.warnFormat("Code {0} appears more then once in string 
table.", key);
+                    log.warnFormat("Code {0} appears more than once in string 
table.", key);
                 }
             }
         } catch (RuntimeException e) {


--
To view, visit http://gerrit.ovirt.org/9686
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6cf9510bf085f3b233f02ca96c1fb09f84dda09
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to