Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/url_alter/README.txt,v
retrieving revision 1.3
diff -u -p -r1.3 README.txt
--- README.txt	31 Aug 2009 04:20:15 -0000	1.3
+++ README.txt	16 Oct 2009 13:26:37 -0000
@@ -58,7 +58,7 @@ if (!function_exists('custom_url_rewrite
 /**
  * Implementation of hook_url_alter_outbound().
  */
-function mymodule_url_atler_outbound(&$path, &$options, $original_path) {
+function mymodule_url_alter_outbound(&$path, &$options, $original_path) {
   // Perform your alterations here.
 }
 
