Fix typo

svn path=/trunk/; revision=416
diff --git a/src/jsr311-api/src/javax/ws/rs/core/UriBuilder.java b/src/jsr311-api/src/javax/ws/rs/core/UriBuilder.java
index 89baadd..fc7476f 100644
--- a/src/jsr311-api/src/javax/ws/rs/core/UriBuilder.java
+++ b/src/jsr311-api/src/javax/ws/rs/core/UriBuilder.java
@@ -309,7 +309,7 @@
      * the final path, each segment will be separated by '/' if necessary.
      * The value of the encode property of the Path 
      * annotation will be used when processing the value of the {@link javax.ws.rs.Path} but it
-     * will not be used to modify the state of automaic encoding for the builder.
+     * will not be used to modify the state of automatic encoding for the builder.
      * 
      * @param methods a list of methods whose {@link javax.ws.rs.Path} values will be 
      * used to obtain the path segments