diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php index 35ac224dc..bcc156e4f 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -42,7 +42,7 @@ * * @note If an action isn't registered in the system or is registered * to an unavailable file the user will be forwarded to the site front -* page and an error will be emitted via {@link regiser_error()}. +* page and an error will be emitted via {@link register_error()}. * * @warning All actions require {@link http://docs.elgg.org/Actions/Tokens Action Tokens}. * @warning Most plugin shouldn't call this manually. |