From cbff06efd44fc9b193846972b3ad627440377fd5 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sun, 31 Dec 2017 13:35:10 +0100 Subject: [PATCH] Fix typo in word "callback" Change-Id: If47b9d80df4189317ec41998b35546a6118288c2 --- includes/config/ConfigFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config/ConfigFactory.php b/includes/config/ConfigFactory.php index cd25352dac..e175765431 100644 --- a/includes/config/ConfigFactory.php +++ b/includes/config/ConfigFactory.php @@ -99,7 +99,7 @@ class ConfigFactory implements SalvageableService { * Will override if it's already registered. * Use "*" for $name to provide a fallback config for all unknown names. * @param string $name - * @param callable|Config $callback A factory callabck that takes this ConfigFactory + * @param callable|Config $callback A factory callback that takes this ConfigFactory * as an argument and returns a Config instance, or an existing Config instance. * @throws InvalidArgumentException If an invalid callback is provided */ -- 2.20.1