@@ -622,7 +622,7 @@ public function preformatted($text)
622622 * @param string $text text to show
623623 * @param string $language programming language to use for syntax highlighting
624624 * @param string $filename file path label
625- * @param array $options assoziative array with additional geshi options
625+ * @param array $options associative array with additional geshi options
626626 */
627627 public function file ($ text , $ language = null , $ filename = null , $ options = null )
628628 {
@@ -635,7 +635,7 @@ public function file($text, $language = null, $filename = null, $options = null)
635635 * @param string $text text to show
636636 * @param string $language programming language to use for syntax highlighting
637637 * @param string $filename file path label
638- * @param array $options assoziative array with additional geshi options
638+ * @param array $options associative array with additional geshi options
639639 */
640640 public function code ($ text , $ language = null , $ filename = null , $ options = null )
641641 {
@@ -649,7 +649,7 @@ public function code($text, $language = null, $filename = null, $options = null)
649649 * @param string $text text to show
650650 * @param string $language programming language to use for syntax highlighting
651651 * @param string $filename file path label
652- * @param array $options assoziative array with additional geshi options
652+ * @param array $options associative array with additional geshi options
653653 * @author Andreas Gohr <[email protected] > 654654 */
655655 public function _highlight ($ type , $ text , $ language = null , $ filename = null , $ options = null )
0 commit comments