This is a trivial spellcheck patch.
diff --git a/modules/core/src/main/java/org/apache/fluo/core/client/FluoAdminImpl.java b/modules/core/src/main/java/org/apache/fluo/core/client/FluoAdminImpl.java
index b2ee018..1da5155 100644
--- a/modules/core/src/main/java/org/apache/fluo/core/client/FluoAdminImpl.java
+++ b/modules/core/src/main/java/org/apache/fluo/core/client/FluoAdminImpl.java
@@ -154,7 +154,7 @@
         if (config.getDfsRoot().trim().isEmpty()) {
           throw new IllegalStateException("The property " + FluoConfiguration.ACCUMULO_JARS_PROP
               + " is set and " + FluoConfiguration.DFS_ROOT_PROP
-              + " is not set.  So there is no where to copy the jars.");
+              + " is not set.  So there is nowhere to copy the jars.");
         }
         accumuloJars = config.getAccumuloJars().trim();
       } else if (!config.getDfsRoot().trim().isEmpty()) {