summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-27 09:52:24 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-27 09:52:24 +0000
commitdec310d6f1365cb88d67e838c55d443172172f55 (patch)
treea1341d4299d5de75e9aeed20d7c98f54067cba67
parent2a7c2fa9b7f1cdddb64ab3658ef987d344a3e7ac (diff)
downloadbrdo-dec310d6f1365cb88d67e838c55d443172172f55.tar.gz
brdo-dec310d6f1365cb88d67e838c55d443172172f55.tar.bz2
- Patch #501384 by jhodgdon: fixed typos.
-rw-r--r--modules/system/system.api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 776d92c7b..79ee02272 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -1028,11 +1028,11 @@ function hook_modules_uninstalled($modules) {
* This function should change the value of $path and $options by reference.
*
* @param $path
- * The alias of the $priginal_path as defined in the database.
+ * The alias of the $original_path as defined in the database.
* If there is no match in the database it'll be the same as $original_path
* @param $options
* An array of link attributes such as querystring and fragment. See url().
- * @param $orignal_path
+ * @param $original_path
* The unaliased Drupal path that is being linked to.
*/
function custom_url_rewrite_outbound(&$path, &$options, $original_path) {