You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2012/08/06 21:20:52 UTC

svn commit: r1369930 - /lucene/dev/trunk/solr/webapp/web/js/scripts/app.js

Author: ehatcher
Date: Mon Aug  6 19:20:51 2012
New Revision: 1369930

URL: http://svn.apache.org/viewvc?rev=1369930&view=rev
Log:
fix typo

Modified:
    lucene/dev/trunk/solr/webapp/web/js/scripts/app.js

Modified: lucene/dev/trunk/solr/webapp/web/js/scripts/app.js
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/js/scripts/app.js?rev=1369930&r1=1369929&r2=1369930&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/js/scripts/app.js (original)
+++ lucene/dev/trunk/solr/webapp/web/js/scripts/app.js Mon Aug  6 19:20:51 2012
@@ -258,7 +258,7 @@ var solr_admin = function( app_config )
           {
             show_global_error
             (
-              '<div class="message">There are no SolrCores running — for the currenct functionality ' +
+              '<div class="message">There are no SolrCores running — for the current functionality ' +
               'we require at least one SolrCore, sorry :)</div>'
             );
             return;