Author: jflesch
Date: 2007-03-19 07:48:08 +0000 (Mon, 19 Mar 2007)
New Revision: 12215
Modified:
trunk/apps/Thaw/src/thaw/plugins/index/IndexRoot.java
Log:
Fix minor charset issue in IndexRoot.java
Modified: trunk/apps/Thaw/src/thaw/plugins/index/IndexRoot.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/index/IndexRoot.java 2007-03-19
03:26:41 UTC (rev 12214)
+++ trunk/apps/Thaw/src/thaw/plugins/index/IndexRoot.java 2007-03-19
07:48:08 UTC (rev 12215)
@@ -34,7 +34,7 @@
/* TODO : Don't do like this
* Use the database :
* ask '[importedFolderName]%' ORDER BY name DESC
LIMIT 1
- * and pray there is no importedFolder n?10 or more,
+ * and pray there is no importedFolder number #10 or
more,
* or that the database will return the good one :p
*/