You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2014/09/09 16:28:38 UTC

[18/18] git commit: [#7656] ticket:648 Fix typo

[#7656] ticket:648 Fix typo


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/d7df14a0
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/d7df14a0
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/d7df14a0

Branch: refs/heads/je/42cc_7656
Commit: d7df14a09556d197f65435808f6270152db4ffd1
Parents: 4f2e6d0
Author: Igor Bondarenko <je...@gmail.com>
Authored: Tue Sep 9 16:57:58 2014 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Tue Sep 9 16:57:58 2014 +0300

----------------------------------------------------------------------
 Allura/allura/lib/search.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/d7df14a0/Allura/allura/lib/search.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/search.py b/Allura/allura/lib/search.py
index 1c3ba8a..525fab3 100644
--- a/Allura/allura/lib/search.py
+++ b/Allura/allura/lib/search.py
@@ -182,7 +182,7 @@ def site_admin_search(model, q, field, **kw):
 
     Raises SearchError if SOLR returns an error.
     """
-    # first, grab a object and get the fields that it indexes
+    # first, grab an object and get the fields that it indexes
     obj = model.query.find().first()
     if obj is None:
         return  # if there are no objects, we won't find anything