Mercurial > dive4elements > river
changeset 7556:7597bae608b3
Typo fix in debug output.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 12 Nov 2013 17:10:38 +0100 |
parents | 74e9768098a0 |
children | 2ca1f3991e17 |
files | gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/WQAutoTabSet.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;