You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2007/04/28 02:09:43 UTC

svn commit: r533270 - /xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java

Author: vgritsenko
Date: Fri Apr 27 17:09:43 2007
New Revision: 533270

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

Modified:
    xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java

Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java?view=diff&rev=533270&r1=533269&r2=533270
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/core/DatabaseShutdownHandler.java Fri Apr 27 17:09:43 2007
@@ -24,7 +24,7 @@
 
 /**
  * Going to handle the JVM Shutdown hook and insuring clean shutdown
- * of all registered Database Intances.
+ * of all registered Database instances.
  *
  * <a href="mailto:toddbyrne@gmail.com">Todd Byrne</a>
  */