Index: modules/locale/locale.api.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/locale/locale.api.php,v
retrieving revision 1.7
diff -u -r1.7 locale.api.php
--- modules/locale/locale.api.php	16 Oct 2009 15:47:46 -0000	1.7
+++ modules/locale/locale.api.php	6 Jan 2010 00:55:03 -0000
@@ -38,7 +38,7 @@
  * @param $path
  *   The current path.
  */
-function hook_language_switch_link_alter(array &$links, $type, $path) {
+function hook_language_switch_links_alter(array &$links, $type, $path) {
   global $language;
 
   if ($type == LANGUAGE_TYPE_CONTENT && isset($links[$language])) {
Index: modules/translation/translation.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/translation/translation.module,v
retrieving revision 1.71
diff -u -r1.71 translation.module
--- modules/translation/translation.module	3 Jan 2010 23:39:03 -0000	1.71
+++ modules/translation/translation.module	6 Jan 2010 00:55:03 -0000
@@ -435,7 +435,7 @@
 }
 
 /**
- * Implements hook_language_switch_link_alter().
+ * Implements hook_language_switch_links_alter().
  *
  * Replaces links with pointers to translated versions of the content.
  */
