Skip to content

Commit 2f275c0

Browse files
Update Captcha.php (joomla#43888)
1 parent 897f05b commit 2f275c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/src/Captcha/Captcha.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Captcha implements DispatcherAwareInterface
4141
private $captcha;
4242

4343
/**
44-
* Editor Plugin name
44+
* Captcha Plugin name
4545
*
4646
* @var string
4747
* @since 2.5
@@ -233,10 +233,10 @@ private function _load(array $options = [])
233233
// Build the path to the needed captcha plugin
234234
$name = InputFilter::getInstance()->clean($this->name, 'cmd');
235235

236-
// Boot the editor plugin
236+
// Boot the captcha plugin
237237
$this->captcha = Factory::getApplication()->bootPlugin($name, 'captcha');
238238

239-
// Check if the editor can be loaded
239+
// Check if the captcha can be loaded
240240
if (!$this->captcha) {
241241
throw new \RuntimeException(Text::sprintf('JLIB_CAPTCHA_ERROR_PLUGIN_NOT_FOUND', $name));
242242
}

0 commit comments

Comments
 (0)