Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14832221
D16809.id40479.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.id40479.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
Fri, Jan 31, 4:31 AM (7 h, 17 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7073440
Default Alt Text
D16809.id40479.diff (753 B)
Attached To
Mode
D16809: Fix a minor i18n issue in libphutil
Attached
Detach File
Event Timeline
Log In to Comment