JIRA:CURATOR-568

- Javadoc typo
diff --git a/curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java b/curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java
index 37db325..ca5b203 100644
--- a/curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java
+++ b/curator-framework/src/main/java/org/apache/curator/framework/CuratorFrameworkFactory.java
@@ -249,10 +249,10 @@
          * The default value is {@code true}.<br>
          * 
          * IMPORTANT: Use this method in combination with {@link #ensembleProvider(EnsembleProvider)} to provide
-         * and instance that returns {@code false} on {@link EnsembleProvider#updateServerListEnabled()} in order
+         * an instance that returns {@code false} on {@link EnsembleProvider#updateServerListEnabled()} in order
          * to fully achieve that ensemble server list changes are ignored<br>
          * 
-         * @param withTracker use {@code false} if you want to avoid following ensemble configuration changes
+         * @param withEnsembleTracker use {@code false} if you want to avoid following ensemble configuration changes
          * @return this
          */
         public Builder ensembleTracker(boolean withEnsembleTracker) {