From: ueno Date: Mon, 23 Oct 2006 08:29:04 +0000 (+0000) Subject: Fixed a typo. X-Git-Tag: cache-file-branchpoint~51 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ed1694326a1f112121e1e050abb53e3de49985f5;p=elisp%2Fmixi.git Fixed a typo. --- diff --git a/mixi.el b/mixi.el index 403be0a..3303209 100644 --- a/mixi.el +++ b/mixi.el @@ -214,7 +214,7 @@ Increase this value when unexpected error frequently occurs." (funcall mixi-retrieve-function url post-data))) (defun mixi-w3-retrieve (url &optional post-data) - "Retrieve the URL and return getted strings." + "Retrieve the URL and return gotten strings." (if post-data (progn (setq url-request-method "POST") @@ -244,7 +244,7 @@ Increase this value when unexpected error frequently occurs." ret)) (defun mixi-w3m-retrieve (url &optional post-data) - "Retrieve the URL and return getted strings." + "Retrieve the URL and return gotten strings." (let ((url (w3m-expand-url url mixi-url))) (with-temp-buffer (if (not (string= (w3m-retrieve url nil nil post-data) "text/html")) @@ -254,7 +254,7 @@ Increase this value when unexpected error frequently occurs." (mixi-retrieve-1 ret url post-data)))))) (defun mixi-curl-retrieve (url &optional post-data) - "Retrieve the URL and return getted strings." + "Retrieve the URL and return gotten strings." (with-temp-buffer (let ((orig-mode (default-file-modes)) process ret)