summaryrefslogtreecommitdiff
path: root/lisp/net/soap-client.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-12 23:48:23 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-12 23:48:23 -0800
commitf6b1b0a848cfdaf07e5b785e72a33c1316821e2c (patch)
tree909f93b643682c1390281a25dc5b36ad359ec6cf /lisp/net/soap-client.el
parent1c889bf68c346fa521c09b9abd6fc225c5518654 (diff)
downloademacs-f6b1b0a848cfdaf07e5b785e72a33c1316821e2c.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/net/soap-client.el')
-rw-r--r--lisp/net/soap-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el
index 42c698876cd..d6949e4d250 100644
--- a/lisp/net/soap-client.el
+++ b/lisp/net/soap-client.el
@@ -32,7 +32,7 @@
;; `soap-invoke' method passing it the WSDL, the service name, the operation
;; you wish to invoke and any required parameters.
;;
-;; Idealy, the service you want to access will have some documentation about
+;; Ideally, the service you want to access will have some documentation about
;; the operations it supports. If it does not, you can try using
;; `soap-inspect' to browse the WSDL document and see the available operations
;; and their parameters.