]> code.delx.au - gnu-emacs/blobdiff - lisp/net/soap-client.el
Use new names for hooks rather than obsolete aliases
[gnu-emacs] / lisp / net / soap-client.el
index 3936911193562cfa6ae8227d7d1e32303f789b7c..93ba0a7e16742c31a1f472480552f7a8b4cb01f2 100644 (file)
@@ -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)))