commit | 849eefd87fdbfbf1862e5087c558bf2f29e0d9e4 | [log] [tgz] |
---|---|---|
author | bruce@google.com <bruce@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Mar 17 21:58:02 2009 +0000 |
committer | bruce@google.com <bruce@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Mar 17 21:58:02 2009 +0000 |
tree | 7561dce0a94c027e690504490d09501db7000619 | |
parent | 0865cf1adf9a82a7c84d1c79d2632d56414ed3df [diff] |
Very minor spelling/capitalization tweaks git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@5033 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/tools/README.txtsrc b/user/src/com/google/gwt/user/tools/README.txtsrc index 3a9d1c0..bcb678d 100644 --- a/user/src/com/google/gwt/user/tools/README.txtsrc +++ b/user/src/com/google/gwt/user/tools/README.txtsrc
@@ -6,7 +6,7 @@ If you use Eclipse, you can simply import the generated project into Eclipse. We've tested against Eclipse 3.3 and 3.4. Later versions will likely also work, -eariler versions may not. +earlier versions may not. In Eclipse, go to the File menu and choose:
diff --git a/user/src/com/google/gwt/user/tools/RpcClientTemplate.javasrc b/user/src/com/google/gwt/user/tools/RpcClientTemplate.javasrc index 0402cb6..40fcca7 100644 --- a/user/src/com/google/gwt/user/tools/RpcClientTemplate.javasrc +++ b/user/src/com/google/gwt/user/tools/RpcClientTemplate.javasrc
@@ -4,7 +4,7 @@ import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; /** - * The client side stub for the Rpc service. + * The client side stub for the RPC service. */ @RemoteServiceRelativePath("greet") public interface GreetingService extends RemoteService {