]> code.delx.au - gnu-emacs/blobdiff - lisp/net/soap-inspect.el
Fix `eww-current-source' buffer confustion
[gnu-emacs] / lisp / net / soap-inspect.el
index 23937e217703a64f2973d44a952c15031d9d9b94..9ca76a0568aab8172b9c973e7a4a9e1f93c0f4dd 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; soap-inspect.el -- Interactive inspector for soap WSDL structures
 
-;; Copyright (C) 2010-201 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
 
 ;; Author: Alexandru Harsanyi <AlexHarsanyi@gmail.com>
 ;; Created: October 2010
@@ -67,7 +67,7 @@ use `soap-sample-value' instead."
     (t (format "%s" (soap-basic-type-kind type)))))
 
 (defun soap-sample-value-for-simple-type (type)
-  "Provive a sample value for TYPE which is a simple type.
+  "Provide a sample value for TYPE which is a simple type.
 This is a specific function which should not be called directly,
 use `soap-sample-value' instead."
   (let ((enumeration (soap-simple-type-enumeration type)))