|
From: <caw...@us...> - 2007-04-03 18:02:13
|
Revision: 2266
http://svn.sourceforge.net/rubyeclipse/?rev=2266&view=rev
Author: cawilliams
Date: 2007-04-03 11:02:11 -0700 (Tue, 03 Apr 2007)
Log Message:
-----------
fix mis-spelling in comment
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/ExperimentalIndex.java
Modified: trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/ExperimentalIndex.java
===================================================================
--- trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/ExperimentalIndex.java 2007-04-03 18:02:06 UTC (rev 2265)
+++ trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/search/ExperimentalIndex.java 2007-04-03 18:02:11 UTC (rev 2266)
@@ -42,7 +42,7 @@
processDelta(event.getDelta());
}
- // FIXME We're ding poor man's scoping by passing in the script. We should actually create scope classes which could tell if a document fell in our out of it...
+ // FIXME We're doing poor man's scoping by passing in the script. We should actually create scope classes which could tell if a document fell in our out of it...
public static Set<String> getTypeNames(IRubyScript script) {
return getElementNames(IRubyElement.TYPE, script);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|