From: Ori Livneh Date: Sat, 17 Nov 2012 05:19:48 +0000 (-0800) Subject: Fix typo (cointent => content) X-Git-Tag: 1.31.0-rc.0~21605 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=29cb4c98ed86bee2e133b3703e5cd1b9aea5c2bf;p=lhc%2Fweb%2Fwiklou.git Fix typo (cointent => content) Change-Id: I4d6702d0b2a6c4fe224a8c59808a579b6c6916a0 --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 32182a2d98..2ec269a652 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -748,7 +748,7 @@ $title: the Title in question &$model: the model name. Use with CONTENT_MODEL_XXX constants. 'ContentHandlerForModelID': Called when a ContentHandler is requested for a given -cointent model name, but no entry for that model exists in $wgContentHandlers. +content model name, but no entry for that model exists in $wgContentHandlers. $modeName: the requested content model name &$handler: set this to a ContentHandler object, if desired.