diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc index dbab96b4436470f54fa9e913609b09c486fdb055..bfe508744fdc281fac6ce7484176421e342915fe 100644 --- a/core/includes/install.core.inc +++ b/core/includes/install.core.inc @@ -545,7 +545,7 @@ function install_run_tasks(&$install_state) { * Runs an individual installation task. * * @param $task - * An array of information about the task array as returned by + * An array of information about the task to be run as returned by * hook_install_tasks(). * @param $install_state * An array of information about the current installation state. This is @@ -679,8 +679,8 @@ function install_tasks_to_perform($install_state) { * hasn't been selected yet, we don't yet know which profile tasks will be * available). * - * You can override this using hook_install_tasks() - * or hook_install_tasks_alter(). + * You can override this using hook_install_tasks() or + * hook_install_tasks_alter(). * * @param $install_state * An array of information about the current installation state.