]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fix dumb typos from last commit.
authorFranz Liedke <franz@develophp.org>
Tue, 21 Jun 2011 08:00:49 +0000 (01:00 -0700)
committerFranz Liedke <franz@develophp.org>
Tue, 21 Jun 2011 08:00:49 +0000 (01:00 -0700)
engine/classes/ElggMenuItem.php

index caab2223d2814221dec221d7c445b9ac2a829f1c..10146899ee91cbedeef0714c6de8ed10bc4705ab 100644 (file)
@@ -155,16 +155,16 @@ class ElggMenuItem {
        }
        
        /**
-        * Set the display text of the menu
+        * Set the display text of the menu item
         * 
-        * @return string
+        * @return void
         */
        public function setText($text) {
                $this->text = $text;
        }
 
        /**
-        * Get the display text of the menu
+        * Get the display text of the menu item
         *
         * @return string
         */