X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FEditPage.php;h=47912cb8c2c3f09b07184b777dcdcf0e3b998e62;hb=a45caa8469bc6091d2161fde212c454cc0f0b970;hp=c709d00e189f1adb1c8c1ef2ed12f4cd163fc667;hpb=38489f18c879e09c82b8b60fb346aeb14fdd340f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EditPage.php b/includes/EditPage.php index c709d00e18..47912cb8c2 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1849,7 +1849,7 @@ class EditPage { $this->page->getComment() == $this->newSectionSummary() ) { // Probably a duplicate submission of a new comment. - // This can happen when squid resends a request after + // This can happen when CDN resends a request after // a timeout but the first one actually went through. wfDebug( __METHOD__ . ": duplicate new section submission; trigger edit conflict!\n" );