mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Correct various spelling errors
Summary: Fixes T11477. Test Plan: Grep for Mulitple Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T11477 Differential Revision: https://secure.phabricator.com/D16399
This commit is contained in:
parent
15021a0bcc
commit
f50e550c9e
2 changed files with 2 additions and 2 deletions
|
@ -234,7 +234,7 @@ abstract class PhabricatorApplicationConfigOptions extends Phobject {
|
||||||
if (isset($options[$key])) {
|
if (isset($options[$key])) {
|
||||||
throw new Exception(
|
throw new Exception(
|
||||||
pht(
|
pht(
|
||||||
"Mulitple %s subclasses contain an option named '%s'!",
|
"Multiple %s subclasses contain an option named '%s'!",
|
||||||
__CLASS__,
|
__CLASS__,
|
||||||
$key));
|
$key));
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@ final class PhabricatorEditorMultipleSetting
|
||||||
const VALUE_SINGLE = 'disable';
|
const VALUE_SINGLE = 'disable';
|
||||||
|
|
||||||
public function getSettingName() {
|
public function getSettingName() {
|
||||||
return pht('Edit Mulitple Files');
|
return pht('Edit Multiple Files');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getSettingPanelKey() {
|
public function getSettingPanelKey() {
|
||||||
|
|
Loading…
Reference in a new issue