Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14027748
D16809.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
753 B
Referenced Files
None
Subscribers
None
D16809.diff
View Options
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@
# libphutil
/src/.phutil_module_cache
+/src/.cache
/support/phutiltestlib/.phutil_module_cache
# This file overrides "default.pem" if present.
diff --git a/src/aphront/writeguard/AphrontWriteGuard.php b/src/aphront/writeguard/AphrontWriteGuard.php
--- a/src/aphront/writeguard/AphrontWriteGuard.php
+++ b/src/aphront/writeguard/AphrontWriteGuard.php
@@ -98,7 +98,7 @@
if ($this->allowDepth > 0) {
throw new Exception(
pht(
- 'Imbalanced %s: more % calls than %s calls.',
+ 'Imbalanced %s: more %s calls than %s calls.',
__CLASS__,
'beginUnguardedWrites()',
'endUnguardedWrites()'));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 9:03 AM (5 d, 6 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6737727
Default Alt Text
D16809.diff (753 B)
Attached To
Mode
D16809: Fix a minor i18n issue in libphutil
Attached
Detach File
Event Timeline
Log In to Comment