diff --git a/core/includes/language.inc b/core/includes/language.inc index d2e2a39..ac45ea3 100644 --- a/core/includes/language.inc +++ b/core/includes/language.inc @@ -219,7 +219,7 @@ function language_types_disable($types) { */ function language_types_set() { // Ensure that we are getting the defined language negotiation information. An - // invocation of module_install() or module_uninsatll() could outdate the + // invocation of module_install() or module_uninstall() could outdate the // cached information. drupal_static_reset('language_types_info'); drupal_static_reset('language_negotiation_info'); diff --git a/core/modules/language/language.module b/core/modules/language/language.module index 0b112fa..55d956b 100644 --- a/core/modules/language/language.module +++ b/core/modules/language/language.module @@ -714,7 +714,7 @@ function language_negotiation_include() { } /** - * Implements hook_modules_insatlled(). + * Implements hook_modules_installed(). */ function language_modules_installed($modules) { language_negotiation_include();