[PATCH 07 of 12] Typo fix in debug output
Wald Commits
scm-commit at wald.intevation.org
Tue Nov 12 17:18:46 CET 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1384272638 -3600
# Node ID 7597bae608b3150a2a8067a8409c4d76db552cf0
# Parent 74e9768098a022bbb1e1573132702e1ad8c34917
Typo fix in debug output.
diff -r 74e9768098a0 -r 7597bae608b3 gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/WQAutoTabSet.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/WQAutoTabSet.java Tue Nov 12 12:11:23 2013 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/WQAutoTabSet.java Tue Nov 12 17:10:38 2013 +0100
@@ -69,14 +69,14 @@
new AsyncCallback<WQInfoObject[]>() {
@Override
public void onFailure(Throwable caught) {
- GWT.log("Could not recieve wq informations.");
+ GWT.log("Could not receive wq informations.");
SC.warn(caught.getMessage());
}
@Override
public void onSuccess(WQInfoObject[] wqi) {
int num = wqi != null ? wqi.length :0;
- GWT.log("Recieved " + num + " wq informations.");
+ GWT.log("Received " + num + " wq informations.");
if (num == 0) {
return;
More information about the Dive4elements-commits
mailing list