From: Arthur Schiwon Date: Fri, 9 May 2014 17:03:05 +0000 (+0200) Subject: typo X-Git-Tag: v7.0.0alpha2~144^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=122ebf28f7338ff3bdc5268c60158feef5065350;p=nextcloud-server.git typo --- diff --git a/lib/private/group/metadata.php b/lib/private/group/metadata.php index a901ccdce32..c3df74a077f 100644 --- a/lib/private/group/metadata.php +++ b/lib/private/group/metadata.php @@ -109,7 +109,7 @@ class MetaData { /** * @brief sets the sort mode, currently 0 (none) and 1 (user entries, - * descalating) are supported + * descending) are supported * @param int the sortMode (SORT_NONE, SORT_USERCOUNT) */ public function setSorting($sortMode) { @@ -185,4 +185,4 @@ class MetaData { $this->groups = \OC_SubAdmin::getSubAdminsGroups($this->user); } } -} \ No newline at end of file +}