You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2010/02/11 20:21:05 UTC

svn commit: r909114 - /lucene/solr/branches/cloud/src/java/org/apache/solr/cloud/ZkController.java

Author: yonik
Date: Thu Feb 11 19:21:01 2010
New Revision: 909114

URL: http://svn.apache.org/viewvc?rev=909114&view=rev
Log:
spelling

Modified:
    lucene/solr/branches/cloud/src/java/org/apache/solr/cloud/ZkController.java

Modified: lucene/solr/branches/cloud/src/java/org/apache/solr/cloud/ZkController.java
URL: http://svn.apache.org/viewvc/lucene/solr/branches/cloud/src/java/org/apache/solr/cloud/ZkController.java?rev=909114&r1=909113&r2=909114&view=diff
==============================================================================
--- lucene/solr/branches/cloud/src/java/org/apache/solr/cloud/ZkController.java (original)
+++ lucene/solr/branches/cloud/src/java/org/apache/solr/cloud/ZkController.java Thu Feb 11 19:21:01 2010
@@ -863,7 +863,7 @@
               log.error("Could not find configName for collection " + collection);
               throw new ZooKeeperException(
                   SolrException.ErrorCode.SERVER_ERROR,
-                  "Could not find conigName for collection " + collection);
+                  "Could not find configName for collection " + collection);
             }
           }