summaryrefslogtreecommitdiff
path: root/lisp/net/soap-client.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-05-28 23:16:49 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-05-28 23:16:49 -0700
commitc846da43835e99fa53c772814aa43c9ae7ac571b (patch)
tree600a59a1a82be54023d58c1d82f9b2847becd07d /lisp/net/soap-client.el
parentb8f061b373e606e5ba757870ffa25b36c0df2d83 (diff)
downloademacs-c846da43835e99fa53c772814aa43c9ae7ac571b.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 39369111935..93ba0a7e167 100644
--- a/lisp/net/soap-client.el
+++ b/lisp/net/soap-client.el
@@ -1569,7 +1569,7 @@ instead."
(defun soap-encode-simple-type (xml-tag value type)
"Encode inside XML-TAG the LISP VALUE according to TYPE."
- ;; Validate VALUE agains the simple type's enumeration, than just encode it
+ ;; Validate VALUE against the simple type's enumeration, than just encode it
;; using `soap-encode-basic-type'
(let ((enumeration (soap-simple-type-enumeration type)))