Fixed PHPDoc
authorCobbleCity <patric.steffen@cobblecity.de>
Mon, 13 Oct 2014 11:02:44 +0000 (13:02 +0200)
committerCobbleCity <patric.steffen@cobblecity.de>
Mon, 13 Oct 2014 11:02:44 +0000 (13:02 +0200)
wcfsetup/install/files/lib/util/StringUtil.class.php

index 6742c5960642e19e8acb1bde561b43dc0b038535..b7f891df121763c920eba9d751ff50f2a82ee481 100644 (file)
@@ -63,9 +63,9 @@ final class StringUtil {
        }
        
        /**
-        * Swallowes whitespace from beginnung and end of the string.
+        * Swallowes whitespace from beginning and end of the string.
         * 
-        * @param       string          $string
+        * @param       string          $text
         * @return      string
         */
        public static function trim($text) {