Skip to content

Commit b327c21

Browse files
authored
Merge pull request dokuwiki#4363 from brzsmg/master
Typo in the word associative
2 parents b67cd41 + 0e11cf2 commit b327c21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inc/parser/xhtml.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)