]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Typo correction: @deprecate => @deprecated
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 11 Feb 2011 23:28:37 +0000 (23:28 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 11 Feb 2011 23:28:37 +0000 (23:28 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8124 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/deprecated-1.8.php

index 86a0f91de586f9de5dbaaab39b9ca6d8b1503b91..17e121ab4d9a381fb75dadbc333f9bb303cd49b7 100644 (file)
@@ -2952,7 +2952,7 @@ function isadminloggedin() {
 /**
  * Loads plugins
  *
- * @deprecate 1.8 Use elgg_load_plugins()
+ * @deprecated 1.8 Use elgg_load_plugins()
  *
  * @return bool
  */
@@ -3406,7 +3406,7 @@ $timelower = 0, $timeupper = 0) {
  * @param boolean $pagination     Display pagination
  * @param string  $orderdir       'desc' or 'asc'
  *
- * @deprecate 1.8 Use elgg_list_entities_from_annotation_calculation().
+ * @deprecated 1.8 Use elgg_list_entities_from_annotation_calculation().
  *
  * @return string Formatted entity list
  */