@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator

Fix some typos in comments

Summary: Fix some typos in comment text

Test Plan: Read aloud

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26668

+13 -13
+9 -9
resources/celerity/map.php
··· 17 17 'diffusion.pkg.css' => '91e57dc1', 18 18 'diffusion.pkg.js' => 'd06aa1f7', 19 19 'maniphest.pkg.css' => '31ad4266', 20 - 'maniphest.pkg.js' => 'c9308721', 20 + 'maniphest.pkg.js' => 'f17ec1b3', 21 21 'rsrc/audio/basic/alert.mp3' => '17889334', 22 22 'rsrc/audio/basic/bing.mp3' => 'a817a0c3', 23 23 'rsrc/audio/basic/coin.mp3' => '44ef365f', ··· 340 340 'rsrc/js/application/herald/HeraldRuleEditor.js' => '2633bef7', 341 341 'rsrc/js/application/herald/PathTypeahead.js' => 'ad486db3', 342 342 'rsrc/js/application/herald/herald-rule-editor.js' => '0922e81d', 343 - 'rsrc/js/application/maniphest/behavior-batch-selector.js' => '139ef688', 343 + 'rsrc/js/application/maniphest/behavior-batch-selector.js' => '1f5c3cb3', 344 344 'rsrc/js/application/maniphest/behavior-line-chart.js' => 'ad258e28', 345 345 'rsrc/js/application/maniphest/behavior-list-edit.js' => 'c687e867', 346 346 'rsrc/js/application/owners/OwnersPathEditor.js' => '2a8b62d9', ··· 571 571 'javelin-behavior-lightbox-attachments' => '14c7ab36', 572 572 'javelin-behavior-line-chart' => 'ad258e28', 573 573 'javelin-behavior-linked-container' => '74446546', 574 - 'javelin-behavior-maniphest-batch-selector' => '139ef688', 574 + 'javelin-behavior-maniphest-batch-selector' => '1f5c3cb3', 575 575 'javelin-behavior-maniphest-list-editor' => 'c687e867', 576 576 'javelin-behavior-owners-path-editor' => 'ff688a7a', 577 577 'javelin-behavior-passphrase-credential-control' => '48fe33d0', ··· 959 959 'javelin-uri', 960 960 'phabricator-keyboard-shortcut', 961 961 ), 962 - '139ef688' => array( 963 - 'javelin-behavior', 964 - 'javelin-dom', 965 - 'javelin-stratcom', 966 - 'javelin-util', 967 - ), 968 962 '14c7ab36' => array( 969 963 'javelin-behavior', 970 964 'javelin-stratcom', ··· 1000 994 '1e413dc9' => array( 1001 995 'javelin-behavior', 1002 996 'javelin-dom', 997 + ), 998 + '1f5c3cb3' => array( 999 + 'javelin-behavior', 1000 + 'javelin-dom', 1001 + 'javelin-stratcom', 1002 + 'javelin-util', 1003 1003 ), 1004 1004 '202a2e85' => array( 1005 1005 'javelin-install',
+2 -2
src/aphront/multipartparser/AphrontMultipartParser.php
··· 87 87 } 88 88 89 89 if (!strncmp($this->buffer, "\r\n", 2)) { 90 - // This is "\r\n" after a boundary, so we're going to going to 91 - // read the headers for a part. 90 + // This is "\r\n" after a boundary, so we're going to read the 91 + // headers for a part. 92 92 $this->buffer = substr($this->buffer, 2); 93 93 $this->state = 'header'; 94 94
+1 -1
src/aphront/response/AphrontResponse.php
··· 171 171 // DarkConsole and PHPAST both use frames to render some content. 172 172 $csp[] = $this->newContentSecurityPolicy('frame-src', "'self'"); 173 173 174 - // This is a more modern flavor of of "X-Frame-Options" and prevents 174 + // This is a more modern flavor of "X-Frame-Options" and prevents 175 175 // clickjacking attacks where the page is included in a tiny iframe and 176 176 // the user is convinced to click a element on the page, which really 177 177 // clicks a dangerous button hidden under a picture of a cat.
+1 -1
webroot/rsrc/js/application/maniphest/behavior-batch-selector.js
··· 87 87 JX.DOM.alterClass(submit, 'disabled', disable); 88 88 }; 89 89 90 - // When he user shift-clicks the task, update the rest of the application 90 + // When the user shift-clicks the task, update the rest of the application 91 91 // state. 92 92 93 93 JX.Stratcom.listen(