From 225d36a171865ee1bc1b8243c7642a4f89522630 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Sat, 1 Apr 2017 08:07:06 +0200 Subject: [PATCH] fixed small typo --- inc/Action/AbstractAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Action/AbstractAction.php b/inc/Action/AbstractAction.php index c19167d79..8c2467f86 100644 --- a/inc/Action/AbstractAction.php +++ b/inc/Action/AbstractAction.php @@ -21,7 +21,7 @@ abstract class AbstractAction { /** * AbstractAction constructor. * - * @param string $actionname the name of this action (see getActioName() for caveats) + * @param string $actionname the name of this action (see getActionName() for caveats) */ public function __construct($actionname = '') { if($actionname !== '') { -- GitLab