Browse Source

Change `actual` into `actually`.

Dongjoon Hyun 9 years ago
parent
commit
ddf9578e81
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/search/profile.asciidoc

+ 2 - 2
docs/reference/search/profile.asciidoc

@@ -261,7 +261,7 @@ The meaning of the stats are as follows:
 
     This parameter shows how long it takes to build a Scorer for the query.  A Scorer is the mechanism that
     iterates over matching documents generates a score per-document (e.g. how well does "foo" match the document?).
-    Note, this records the time required to generate the Scorer object, not actual score the documents.  Some
+    Note, this records the time required to generate the Scorer object, not actually score the documents.  Some
     queries have faster or slower initialization of the Scorer, depending on optimizations, complexity, etc.
     {empty} +
     {empty} +
@@ -601,4 +601,4 @@ collapse the details for that query's children if it is too confusing.  Luckily,
 just not the physical layout in the response, so it is sufficient to just analyze the top-level MultiTermQuery and
 ignore it's children if you find the details too tricky to interpret.
 
-Hopefully this will be fixed in future iterations, but it is a tricky problem to solve and still in-progress :)
+Hopefully this will be fixed in future iterations, but it is a tricky problem to solve and still in-progress :)