Page MenuHomePhabricator

D19538.id46720.diff
No OneTemporary

D19538.id46720.diff

diff --git a/src/applications/cache/spec/PhabricatorOpcodeCacheSpec.php b/src/applications/cache/spec/PhabricatorOpcodeCacheSpec.php
--- a/src/applications/cache/spec/PhabricatorOpcodeCacheSpec.php
+++ b/src/applications/cache/spec/PhabricatorOpcodeCacheSpec.php
@@ -143,7 +143,7 @@
$this
->newIssue('extension.opcache.devmode')
->setShortName(pht('OPcache Config'))
- ->setName(pht('OPCache Not Configured for Development'))
+ ->setName(pht('OPcache Not Configured for Development'))
->setSummary($summary)
->setMessage($message)
->addPHPConfig('opcache.validate_timestamps')
diff --git a/src/applications/config/view/PhabricatorSetupIssueView.php b/src/applications/config/view/PhabricatorSetupIssueView.php
--- a/src/applications/config/view/PhabricatorSetupIssueView.php
+++ b/src/applications/config/view/PhabricatorSetupIssueView.php
@@ -445,7 +445,7 @@
'p',
array(),
pht(
- 'You can find more information about configuring OPCache in '.
+ 'You can find more information about configuring OPcache in '.
'the %s.',
phutil_tag(
'a',
@@ -453,7 +453,7 @@
'href' => 'http://php.net/manual/opcache.configuration.php',
'target' => '_blank',
),
- pht('PHP OPCache Documentation'))));
+ pht('PHP OPcache Documentation'))));
}
$info[] = phutil_tag(

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 22, 2:45 AM (21 h, 24 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6627425
Default Alt Text
D19538.id46720.diff (1 KB)

Event Timeline