improve comment, fix typo

This commit is contained in:
Dieter Adriaenssens 2012-10-19 13:40:31 +02:00
parent f21c1742e3
commit 6f02ec614e
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