From 7e0ab7ffd0b88302ef051b5246632d6c24cf022e Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 25 Dec 2013 22:56:49 -0800 Subject: [PATCH] Fix typo in DerivativeContext doc Change-Id: Ife6395fa7f78cb7b52b78cc60419fd387bd8509c --- includes/context/DerivativeContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/context/DerivativeContext.php b/includes/context/DerivativeContext.php index 1e3fbf27b8..2137757ec2 100644 --- a/includes/context/DerivativeContext.php +++ b/includes/context/DerivativeContext.php @@ -81,7 +81,7 @@ class DerivativeContext extends ContextSource { /** * Set the SiteConfiguration object * - * @param SiteConfiguration $c + * @param SiteConfiguration $s */ public function setConfig( SiteConfiguration $s ) { $this->config = $s; -- 2.20.1