| commit | 81bc85282f2bfcb185ebca3c1ca3ed34d226bb40 | [log] [tgz] |
|---|---|---|
| author | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Feb 11 20:55:00 2009 +0000 |
| committer | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Feb 11 20:55:00 2009 +0000 |
| tree | 955bf8999cc90afe5d3ad136f25879f85fc539f7 | |
| parent | ee1fe3bab09949bc9e4660137a33a70e889e6e02 [diff] |
Typo fix. git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4693 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java b/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java index d47b05b..5fb8d92 100644 --- a/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java +++ b/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java
@@ -168,7 +168,7 @@ try { wac.start(); } catch (Exception e) { - branch.log(TreeLogger.ERROR, "Unable to stop embedded Jetty server", e); + branch.log(TreeLogger.ERROR, "Unable to start embedded Jetty server", e); throw new UnableToCompleteException(); }