You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/09/27 22:23:59 UTC

svn commit: r292031 - /incubator/roller/branches/roller_2.0/src/org/roller/presentation/search/SearchResultsPageModel.java

Author: snoopdave
Date: Tue Sep 27 13:23:55 2005
New Revision: 292031

URL: http://svn.apache.org/viewcvs?rev=292031&view=rev
Log:
Comment typo

Modified:
    incubator/roller/branches/roller_2.0/src/org/roller/presentation/search/SearchResultsPageModel.java

Modified: incubator/roller/branches/roller_2.0/src/org/roller/presentation/search/SearchResultsPageModel.java
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/src/org/roller/presentation/search/SearchResultsPageModel.java?rev=292031&r1=292030&r2=292031&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/src/org/roller/presentation/search/SearchResultsPageModel.java (original)
+++ incubator/roller/branches/roller_2.0/src/org/roller/presentation/search/SearchResultsPageModel.java Tue Sep 27 13:23:55 2005
@@ -37,7 +37,7 @@
 import org.roller.util.StringUtils;
 
 /**
- * Encapsulate seach result in page model so I can be used from Velocity or JSP.
+ * Encapsulate seach result in page model so it can be used from Velocity or JSP.
  * @author Min (original code)
  * @author Dave Johnson (encapsulation)
  */