fix typos

This commit is contained in:
Dieter Adriaenssens 2013-01-21 13:59:13 +01:00
parent db137d9a7d
commit 1fda806175
2 changed files with 3 additions and 3 deletions

View File

@ -168,7 +168,7 @@ function get_script_contr()
/**
* Returns UNIQUE and PRIMARY indices
*
* @return array unique or primary indizes
* @return array unique or primary indices
*/
function get_pk_or_unique_keys()
{
@ -178,7 +178,7 @@ function get_pk_or_unique_keys()
/**
* returns all indices
*
* @param bool $unique_only whether to include ony unique ones
* @param bool $unique_only whether to include only unique ones
*
* @return array indices
*/

View File

@ -180,7 +180,7 @@ if ($cfgRelation['mimework'] && $GLOBALS['cfg']['BrowseMIME']) {
);
}
// workaround for field_fulltext, because its submitted indizes contain
// workaround for field_fulltext, because its submitted indices contain
// the index as a value, not a key. Inserted here for easier maintaineance
// and less code to change in existing files.
if (isset($field_fulltext) && is_array($field_fulltext)) {