diff options
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 4 |
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) { |