From 6f02ec614e85b40e00260e3a465be09702d12630 Mon Sep 17 00:00:00 2001 From: Dieter Adriaenssens Date: Fri, 19 Oct 2012 13:40:31 +0200 Subject: [PATCH] improve comment, fix typo --- test/classes/PMA_DBQbe_test.php | 2 +- test/classes/PMA_DbSearch_test.php | 2 +- test/classes/PMA_DisplayResults_test.php | 2 +- test/classes/PMA_Error_Handler_test.php | 2 +- test/classes/PMA_Footer_test.php | 2 +- test/classes/PMA_List_Database_test.php | 2 +- test/classes/PMA_Scripts_test.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/classes/PMA_DBQbe_test.php b/test/classes/PMA_DBQbe_test.php index b36e5b2d13..a7c4142c5c 100644 --- a/test/classes/PMA_DBQbe_test.php +++ b/test/classes/PMA_DBQbe_test.php @@ -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 diff --git a/test/classes/PMA_DbSearch_test.php b/test/classes/PMA_DbSearch_test.php index 2fd2bc3619..96a7cfa8a5 100644 --- a/test/classes/PMA_DbSearch_test.php +++ b/test/classes/PMA_DbSearch_test.php @@ -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 diff --git a/test/classes/PMA_DisplayResults_test.php b/test/classes/PMA_DisplayResults_test.php index 36f22194eb..157a41537d 100644 --- a/test/classes/PMA_DisplayResults_test.php +++ b/test/classes/PMA_DisplayResults_test.php @@ -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 diff --git a/test/classes/PMA_Error_Handler_test.php b/test/classes/PMA_Error_Handler_test.php index 9efeac8ec6..1399f0464d 100644 --- a/test/classes/PMA_Error_Handler_test.php +++ b/test/classes/PMA_Error_Handler_test.php @@ -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 diff --git a/test/classes/PMA_Footer_test.php b/test/classes/PMA_Footer_test.php index f72e755f8a..90923f522d 100644 --- a/test/classes/PMA_Footer_test.php +++ b/test/classes/PMA_Footer_test.php @@ -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 diff --git a/test/classes/PMA_List_Database_test.php b/test/classes/PMA_List_Database_test.php index 2960d9310c..1558fbe8b7 100644 --- a/test/classes/PMA_List_Database_test.php +++ b/test/classes/PMA_List_Database_test.php @@ -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 diff --git a/test/classes/PMA_Scripts_test.php b/test/classes/PMA_Scripts_test.php index ecc96eb494..ec129ecf0d 100644 --- a/test/classes/PMA_Scripts_test.php +++ b/test/classes/PMA_Scripts_test.php @@ -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