diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-04 14:05:49 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-04 14:05:49 -0500 |
commit | 3e093c282a63df4d16b212859fd8137fd2bbca81 (patch) | |
tree | d5448dba02ba647ce5a440acf09adf956bf05d39 /phpBB/includes/lock/flock.php | |
parent | e22dd7dfadedd951d1fd17b61fa700c572ca4d79 (diff) | |
download | forums-3e093c282a63df4d16b212859fd8137fd2bbca81.tar forums-3e093c282a63df4d16b212859fd8137fd2bbca81.tar.gz forums-3e093c282a63df4d16b212859fd8137fd2bbca81.tar.bz2 forums-3e093c282a63df4d16b212859fd8137fd2bbca81.tar.xz forums-3e093c282a63df4d16b212859fd8137fd2bbca81.zip |
[ticket/10103] New and improved wording.
PHPBB3-10103
Diffstat (limited to 'phpBB/includes/lock/flock.php')
-rw-r--r-- | phpBB/includes/lock/flock.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/lock/flock.php b/phpBB/includes/lock/flock.php index 09450644bc..5c2288ce1b 100644 --- a/phpBB/includes/lock/flock.php +++ b/phpBB/includes/lock/flock.php @@ -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) { |