From 08502fb4dcc30c0bab176b0937219ef016fa8b2c Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Sat, 12 Jan 2019 00:12:35 +1300 Subject: [PATCH] MINOR Typo fix Co-Authored-By: maxime-rainville --- code/Controllers/CMSMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Controllers/CMSMain.php b/code/Controllers/CMSMain.php index 6d271c9f..498898e3 100644 --- a/code/Controllers/CMSMain.php +++ b/code/Controllers/CMSMain.php @@ -863,7 +863,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr } /** - * Whatever the current member has the permission to reorganise SiteTree objects. + * Whether the current member has the permission to reorganise SiteTree objects. * @return bool */ public function CanOrganiseSitetree()