]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed typo in docs
authorCash Costello <cash.costello@gmail.com>
Sat, 28 Jan 2012 13:12:44 +0000 (08:12 -0500)
committerCash Costello <cash.costello@gmail.com>
Sat, 28 Jan 2012 13:12:44 +0000 (08:12 -0500)
engine/lib/views.php

index 4883ee7390a56e375e9585d9c7570b22315a3ee3..0523871913ae44ae73fcd3afaa86b127e12dfb41 100644 (file)
@@ -560,7 +560,7 @@ function elgg_view($view, $vars = array(), $bypass = false, $debug = false, $vie
  *
  * @return void
  * @since 1.7.0
- * @link http://docs.elgg.org/Views/Ejxtend
+ * @link http://docs.elgg.org/Views/Extend
  * @example views/extend.php
  */
 function elgg_extend_view($view, $view_extension, $priority = 501, $viewtype = '') {