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-inspect.el | |
parent | b8f061b373e606e5ba757870ffa25b36c0df2d83 (diff) | |
download | emacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/net/soap-inspect.el')
-rw-r--r-- | lisp/net/soap-inspect.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." (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))) |