You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/06/17 02:27:22 UTC

[GitHub] kpm1985 closed pull request #1041: This is a trivial spellcheck patch.

kpm1985 closed pull request #1041: This is a trivial spellcheck patch.
URL: https://github.com/apache/fluo/pull/1041
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 b2ee0189..1da5155a 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 @@ public void initialize(InitializationOptions opts)
         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()) {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services