ScopedCallback: Fix a typo in a comment
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Fri, 23 Sep 2016 08:41:30 +0000 (10:41 +0200)
committerLegoktm <legoktm.wikipedia@gmail.com>
Fri, 23 Sep 2016 08:46:35 +0000 (08:46 +0000)
Change-Id: I6179f3b97fdf787c7175e8d7edf06cb2d84f7403

includes/libs/ScopedCallback.php

index 96075aa..2fd60ea 100644 (file)
@@ -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
  */