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 {