Show
Ignore:
Timestamp:
03/09/08 13:00:14 (16 years ago)
Author:
hayamizu
Message:

fixed typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/elisp/twittering-mode/trunk/twittering-mode.el

    r11 r24  
    589589 
    590590(defun twittering-get-response-header (&optional buffer) 
    591   "Exract HTTP response header from HTTP response. 
     591  "Extract HTTP response header from HTTP response. 
    592592`buffer' may be a buffer or the name of an existing buffer. 
    593593 If `buffer' is omitted, the value of `twittering-http-buffer' is used as `buffer'." 
     
    600600 
    601601(defun twittering-get-response-body (&optional buffer) 
    602   "Exract HTTP response body from HTTP response, parse it as XML, and return a XML tree as list. 
     602  "Extract HTTP response body from HTTP response, parse it as XML, and return a XML tree as list. 
    603603`buffer' may be a buffer or the name of an existing buffer. 
    604604 If `buffer' is omitted, the value of `twittering-http-buffer' is used as `buffer'."