From: Niklas Laxström Date: Fri, 23 Sep 2016 08:41:30 +0000 (+0200) Subject: ScopedCallback: Fix a typo in a comment X-Git-Tag: 1.31.0-rc.0~5360^2 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=6b84521dae8c82369feecd80f23e62016862727a;p=lhc%2Fweb%2Fwiklou.git ScopedCallback: Fix a typo in a comment Change-Id: I6179f3b97fdf787c7175e8d7edf06cb2d84f7403 --- diff --git a/includes/libs/ScopedCallback.php b/includes/libs/ScopedCallback.php index 96075aad66..2fd60ea312 100644 --- a/includes/libs/ScopedCallback.php +++ b/includes/libs/ScopedCallback.php @@ -21,7 +21,7 @@ */ /** - * Class for asserting that a callback happens when an dummy object leaves scope + * Class for asserting that a callback happens when a dummy object leaves scope * * @since 1.21 */