changeset 63248:457f83187ef5

(url-cookie-multiple-line): Fix spelling in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 13:19:09 +0000
parents e545a77d55a4
children 32b12a7e7c4f
files lisp/url/url-cookie.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-cookie.el	Fri Jun 10 12:56:51 2005 +0000
+++ b/lisp/url/url-cookie.el	Fri Jun 10 13:19:09 2005 +0000
@@ -73,7 +73,7 @@
 
 (defvar url-cookie-storage nil         "Where cookies are stored.")
 (defvar url-cookie-secure-storage nil  "Where secure cookies are stored.")
-(defcustom url-cookie-file nil            "*Where cookies are stored on disk."
+(defcustom url-cookie-file nil         "*Where cookies are stored on disk."
   :type '(choice (const :tag "Default" :value nil) file)
   :group 'url-file
   :group 'url-cookie)
@@ -86,7 +86,7 @@
 (defcustom url-cookie-multiple-line nil
   "*If nil, HTTP requests put all cookies for the server on one line.
 Some web servers, such as http://www.hotmail.com/, only accept cookies
-when they are on one line.  This is broken behaviour, but just try
+when they are on one line.  This is broken behavior, but just try
 telling Microsoft that."
   :type 'boolean
   :group 'url-cookie)