mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-15 19:49:46 +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;
|
$this->mRefs[$group][$key]['text'] = null;
|
||||||
# continue without break
|
# continue without break
|
||||||
case 'increment':
|
case 'increment':
|
||||||
# Rollback increase in named ref occurences.
|
# Rollback increase in named ref occurrences.
|
||||||
$this->mRefs[$group][$key]['count']--;
|
$this->mRefs[$group][$key]['count']--;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -890,7 +890,7 @@ class Cite {
|
||||||
* @param $group
|
* @param $group
|
||||||
* @param $key string The key for the link
|
* @param $key string The key for the link
|
||||||
* @param $count int The index of the key, used for distinguishing
|
* @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
|
* @param $label int The label to use for the link, I want to
|
||||||
* use the same label for all occourances of
|
* use the same label for all occourances of
|
||||||
* the same named reference.
|
* the same named reference.
|
||||||
|
|
Loading…
Reference in a new issue