# HG changeset patch # User Juanma Barranquero # Date 1209399877 0 # Node ID c91f78a8a0af35f5ae7435236bec7ca337614e4b # Parent f34f60c27b4feb27738424235d7cf1e081dab341 (url-load-hook): Fix typo in docstring. diff -r f34f60c27b4f -r c91f78a8a0af lisp/url/url-vars.el --- a/lisp/url/url-vars.el Mon Apr 28 15:05:45 2008 +0000 +++ b/lisp/url/url-vars.el Mon Apr 28 16:24:37 2008 +0000 @@ -385,7 +385,7 @@ (modify-syntax-entry ?/ " " url-parse-syntax-table) (defvar url-load-hook nil - "*Hooks to be run after initalizing the URL library.") + "*Hooks to be run after initializing the URL library.") ;;; Make OS/2 happy - yeeks ;; (defvar tcp-binary-process-input-services nil