]> source.dussan.org Git - nextcloud-server.git/commitdiff
typo
authorArthur Schiwon <blizzz@owncloud.com>
Fri, 9 May 2014 17:03:05 +0000 (19:03 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Jun 2014 10:53:59 +0000 (12:53 +0200)
lib/private/group/metadata.php

index a901ccdce325da5277928fff02d2d4fc0d5f99a5..c3df74a077f8011f8b3827dbc4d2748af97fd590 100644 (file)
@@ -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
+}