diff --git a/core/java/src/net/i2p/client/package.html b/core/java/src/net/i2p/client/package.html
index 2f67c36884f3a4c76b47ea357699b27bb82f9847..000a5584db7f17a580beec76f9bd908bb1730429 100644
--- a/core/java/src/net/i2p/client/package.html
+++ b/core/java/src/net/i2p/client/package.html
@@ -15,7 +15,7 @@ receives asynchronous notification of network activity by providing an implement
 of {@link net.i2p.client.I2PSessionListener}. </p>
 
 <p>A simple example of how these base client classes can be used is the 
-{@link net.i2p.client.ATalk} application.  It isn't really useful, but it is 
+ATalk application.  It isn't really useful, but it is 
 heavily documented code.</p>
 
 <p>This client package provides the basic necessity for communicating over I2P,
diff --git a/router/java/src/net/i2p/router/Router.java b/router/java/src/net/i2p/router/Router.java
index 40ecc31be43e738326689ad22277db1f790991d7..591414fd01b291fa297c85ffd8e2979a3ae0caf7 100644
--- a/router/java/src/net/i2p/router/Router.java
+++ b/router/java/src/net/i2p/router/Router.java
@@ -1078,7 +1078,7 @@ public class Router {
     /** 
      * What fraction of the bandwidth specified in our bandwidth limits should
      * we allow to be consumed by participating tunnels?
-     * @returns a number less than one, not a percentage!
+     * @return a number less than one, not a percentage!
      *
      */
     public double getSharePercentage() {