[ticket/10103] New and improved wording.

PHPBB3-10103
This commit is contained in:
Oleg Pudeyev 2012-12-04 14:05:49 -05:00
parent e22dd7dfad
commit 3e093c282a

View file

@ -22,7 +22,7 @@ if (!defined('IN_PHPBB'))
class phpbb_lock_flock
{
/**
* Path to the file access to which is controlled
* Path to the file to which access is controlled
*
* @var string
*/
@ -39,7 +39,7 @@ class phpbb_lock_flock
*
* You have to call acquire() to actually acquire the lock.
*
* @param string $path Path to the file access to which is controlled
* @param string $path Path to the file to which access is controlled
*/
public function __construct($path)
{