Skip to content

Commit 2f882ec

Browse files
committed
Merge pull request #602 from kartikm/TypoFixes2
Minor typo fixes in comments
2 parents 2005f37 + a7186ef commit 2f882ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22

33
2014-04-28
4-
- Typo fixes #600
4+
- Typo fixes #600, #602
55
- Remove unreachable return statement #598
66

77
2014-04-27

lib/Elastica/Query/FunctionScore.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public function setRandomScore($seed = NULL)
180180

181181
/**
182182
* Set the score method
183-
* @param string $mode see SCORE_MODE_* constatns for valid options. Default is multiply.
183+
* @param string $mode see SCORE_MODE_* constants for valid options. Default is multiply.
184184
* @return \Elastica\Query\FunctionScore
185185
*/
186186
public function setScoreMode($mode)

lib/Elastica/Rescore/AbstractRescore.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
abstract class AbstractRescore extends Param
1515
{
1616
/**
17-
* Overriden to return rescore as name
17+
* Overridden to return rescore as name
1818
*
1919
* @return string name
2020
*/

0 commit comments

Comments
 (0)