From dec310d6f1365cb88d67e838c55d443172172f55 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 27 Jun 2009 09:52:24 +0000 Subject: - Patch #501384 by jhodgdon: fixed typos. --- modules/system/system.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system') 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) { -- cgit v1.2.3