File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments