diff options
Diffstat (limited to 'includes/DeprecatedGlobal.php')
-rw-r--r-- | includes/DeprecatedGlobal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/DeprecatedGlobal.php b/includes/DeprecatedGlobal.php index 4d7b9689..d48bd0b0 100644 --- a/includes/DeprecatedGlobal.php +++ b/includes/DeprecatedGlobal.php @@ -27,7 +27,7 @@ */ class DeprecatedGlobal extends StubObject { - // The m's are to stay consistent with parent class. + // The m's are to stay consistent with parent class. protected $mRealValue, $mVersion; function __construct( $name, $realValue, $version = false ) { |