From 6b84521dae8c82369feecd80f23e62016862727a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 23 Sep 2016 10:41:30 +0200 Subject: [PATCH] ScopedCallback: Fix a typo in a comment Change-Id: I6179f3b97fdf787c7175e8d7edf06cb2d84f7403 --- includes/libs/ScopedCallback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1