mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Fix two "proably" typos
Summary: Caught one of these while reviewing docs, grepped for the other one. Test Plan: `grep`, reading Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D16498
This commit is contained in:
parent
defee93851
commit
7eee5c5f6f
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ bug, not a configuration problem.
|
|||
However, some pages are slow because Phabricator legitimately needs to do a lot
|
||||
of work to generate them. For example, if you write a 100MB wiki document,
|
||||
Phabricator will need substantial time to process it, it will take a long time
|
||||
to download over the network, and your browser will proably not be able to
|
||||
to download over the network, and your browser will probably not be able to
|
||||
render it especially quickly.
|
||||
|
||||
We may be able to improve perfomance in some cases, but Phabricator is not
|
||||
|
|
|
@ -67,7 +67,7 @@ abstract class PhabricatorLiskDAO extends LiskDAO {
|
|||
$connection = $this->newBasicConnection($database, $mode, $namespace);
|
||||
}
|
||||
|
||||
// TODO: This should be testing if the mode is "r", but that would proably
|
||||
// TODO: This should be testing if the mode is "r", but that would probably
|
||||
// break a lot of things. Perform a more narrow test for readonly mode
|
||||
// until we have greater certainty that this works correctly most of the
|
||||
// time.
|
||||
|
|
Loading…
Reference in a new issue