]> code.delx.au - gnu-emacs/blobdiff - lisp/net/soap-client.el
* lisp/net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
[gnu-emacs] / lisp / net / soap-client.el
index 3936911193562cfa6ae8227d7d1e32303f789b7c..6b4bc16c1116568ff17639d70c1f26c0c7d53c83 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; soap-client.el -- Access SOAP web services from Emacs
 
-;; Copyright (C) 2009-201 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
 ;; Author: Alexandru Harsanyi <AlexHarsanyi@gmail.com>
 ;; Created: December, 2009
@@ -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)))