diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-28 23:16:49 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-28 23:16:49 -0700 |
commit | c846da43835e99fa53c772814aa43c9ae7ac571b (patch) | |
tree | 600a59a1a82be54023d58c1d82f9b2847becd07d /lisp/net/soap-client.el | |
parent | b8f061b373e606e5ba757870ffa25b36c0df2d83 (diff) | |
download | emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/net/soap-client.el')
-rw-r--r-- | lisp/net/soap-client.el | 2 |
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))) |