Skip to content

Commit

Permalink
Typo in word
Browse files Browse the repository at this point in the history
  • Loading branch information
mohorev committed Nov 21, 2014
1 parent 4dee489 commit e92482f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ imports:
tools:
external_code_coverage:
timeout: 2100 # Timeout in seconds.
# disable copy paste detector and simliarity analyzer as they have no real value
# disable copy paste detector and similarity analyzer as they have no real value
# and a huge bunch of false-positives
php_sim: false
php_cpd: false
2 changes: 1 addition & 1 deletion extensions/elasticsearch/ActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function getOldPrimaryKey($asArray = false)
* The primaryKey for elasticsearch documents is the `_id` field by default. This field is not part of the
* ActiveRecord attributes so you should never add `_id` to the list of [[attributes()|attributes]].
*
* You may overide this method to define the primary key name when you have defined
* You may override this method to define the primary key name when you have defined
* [path mapping](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-id-field.html)
* for the `_id` field so that it is part of the `_source` and thus part of the [[attributes()|attributes]].
*
Expand Down
2 changes: 1 addition & 1 deletion framework/i18n/Formatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ protected function normalizeNumericValue($value)
/**
* Creates a number formatter based on the given type and format.
*
* You may overide this method to create a number formatter based on patterns.
* You may override this method to create a number formatter based on patterns.
*
* @param integer $style the type of the number formatter.
* Values: NumberFormatter::DECIMAL, ::CURRENCY, ::PERCENT, ::SCIENTIFIC, ::SPELLOUT, ::ORDINAL
Expand Down
2 changes: 1 addition & 1 deletion framework/i18n/GettextMessageSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* GettextMessageSource represents a message source that is based on GNU Gettext.
*
* Each GettextMessageSource instance represents the message tranlations
* Each GettextMessageSource instance represents the message translations
* for a single domain. And each message category represents a message context
* in Gettext. Translated messages are stored as either a MO or PO file,
* depending on the [[useMoFile]] property value.
Expand Down
2 changes: 1 addition & 1 deletion framework/widgets/FragmentCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function getCachedContent()
}

/**
* Replaces placeholders in content by results of evaluated dynamic statemens
* Replaces placeholders in content by results of evaluated dynamic statements.
*
* @param string $content
* @param array $placeholders
Expand Down

0 comments on commit e92482f

Please sign in to comment.