Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14025257
D19538.id46720.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D19538.id46720.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 3:38 PM (4 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6716524
Default Alt Text
D19538.id46720.diff (1 KB)
Attached To
Mode
D19538: Capitalize "OPcache" more consistently
Attached
Detach File
Event Timeline
Log In to Comment