Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2012-10-20 02:28:01 +02:00
commit fbdb8287a1
7 changed files with 7 additions and 7 deletions

View File

@ -49,7 +49,7 @@ class PMA_DBQbe_test extends PHPUnit_Framework_TestCase
}
/**
* Call protected functions by making the visibitlity to public.
* Call protected functions by setting visibility to public.
*
* @param string $name method name
* @param array $params parameters for the invocation

View File

@ -61,7 +61,7 @@ class PMA_DbSearch_test extends PHPUnit_Framework_TestCase
}
/**
* Call protected functions by making the visibitlity to public.
* Call protected functions by setting visibility to public.
*
* @param string $name method name
* @param array $params parameters for the invocation

View File

@ -58,7 +58,7 @@ class PMA_DisplayResults_Test extends PHPUnit_Framework_TestCase
}
/**
* Call private functions by making the visibitlity to public.
* Call private functions by setting visibility to public.
*
* @param string $name method name
* @param array $params parameters for the invocation

View File

@ -45,7 +45,7 @@ class PMA_Error_Handler_test extends PHPUnit_Framework_TestCase
}
/**
* Call protected functions by making the visibitlity to public.
* Call protected functions by setting visibility to public.
*
* @param string $name method name
* @param array $params parameters for the invocation

View File

@ -74,7 +74,7 @@ class PMA_Footer_Test extends PHPUnit_Framework_TestCase
}
/**
* Call private functions by making the visibitlity to public.
* Call private functions by setting visibility to public.
*
* @param string $name method name
* @param array $params parameters for the invocation

View File

@ -22,7 +22,7 @@ class PMA_List_Database_test extends PHPUnit_Framework_TestCase
}
/**
* Call protected functions by making the visibitlity to public.
* Call protected functions by setting visibility to public.
*
* @param string $name method name
* @param array $params parameters for the invocation

View File

@ -43,7 +43,7 @@ class PMA_Scripts_test extends PHPUnit_Framework_TestCase
}
/**
* Call private functions by making the visibitlity to public.
* Call private functions by setting visibility to public.
*
* @param string $name method name
* @param array $params parameters for the invocation