mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-15 11:45:23 +00:00
Many other occurance/occurence typos
This commit is contained in:
parent
2b44302d42
commit
714af9033f
|
@ -510,7 +510,7 @@ class Cite {
|
|||
$this->mRefs[$group][$key]['text'] = null;
|
||||
# continue without break
|
||||
case 'increment':
|
||||
# Rollback increase in named ref occurences.
|
||||
# Rollback increase in named ref occurrences.
|
||||
$this->mRefs[$group][$key]['count']--;
|
||||
break;
|
||||
}
|
||||
|
@ -890,7 +890,7 @@ class Cite {
|
|||
* @param $group
|
||||
* @param $key string The key for the link
|
||||
* @param $count int The index of the key, used for distinguishing
|
||||
* multiple occurances of the same key
|
||||
* multiple occurrences of the same key
|
||||
* @param $label int The label to use for the link, I want to
|
||||
* use the same label for all occourances of
|
||||
* the same named reference.
|
||||
|
|
Loading…
Reference in a new issue