aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorPaul Eggert2012-05-28 23:16:49 -0700
committerPaul Eggert2012-05-28 23:16:49 -0700
commitc846da43835e99fa53c772814aa43c9ae7ac571b (patch)
tree600a59a1a82be54023d58c1d82f9b2847becd07d /lisp/net
parentb8f061b373e606e5ba757870ffa25b36c0df2d83 (diff)
downloademacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.gz
emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.zip
Spelling fixes.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/soap-client.el2
-rw-r--r--lisp/net/soap-inspect.el2
2 files changed, 2 insertions, 2 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."
1569(defun soap-encode-simple-type (xml-tag value type) 1569(defun soap-encode-simple-type (xml-tag value type)
1570 "Encode inside XML-TAG the LISP VALUE according to TYPE." 1570 "Encode inside XML-TAG the LISP VALUE according to TYPE."
1571 1571
1572 ;; Validate VALUE agains the simple type's enumeration, than just encode it 1572 ;; Validate VALUE against the simple type's enumeration, than just encode it
1573 ;; using `soap-encode-basic-type' 1573 ;; using `soap-encode-basic-type'
1574 1574
1575 (let ((enumeration (soap-simple-type-enumeration type))) 1575 (let ((enumeration (soap-simple-type-enumeration type)))
diff --git a/lisp/net/soap-inspect.el b/lisp/net/soap-inspect.el
index 23937e21770..877ac71f4c1 100644
--- a/lisp/net/soap-inspect.el
+++ b/lisp/net/soap-inspect.el
@@ -67,7 +67,7 @@ use `soap-sample-value' instead."
67 (t (format "%s" (soap-basic-type-kind type))))) 67 (t (format "%s" (soap-basic-type-kind type)))))
68 68
69(defun soap-sample-value-for-simple-type (type) 69(defun soap-sample-value-for-simple-type (type)
70 "Provive a sample value for TYPE which is a simple type. 70 "Provide a sample value for TYPE which is a simple type.
71This is a specific function which should not be called directly, 71This is a specific function which should not be called directly,
72use `soap-sample-value' instead." 72use `soap-sample-value' instead."
73 (let ((enumeration (soap-simple-type-enumeration type))) 73 (let ((enumeration (soap-simple-type-enumeration type)))