branch: elpa/slime
commit c917f01f1d208ae96683150a35e9bc1d4f56b93b
Author: ellis <[email protected]>
Commit: Stas Boukarev <[email protected]>
typo
conversatively -> conservatively
---
contrib/swank-arglists.lisp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/swank-arglists.lisp b/contrib/swank-arglists.lisp
index 1f62f8b963..0e0c9d3024 100644
--- a/contrib/swank-arglists.lisp
+++ b/contrib/swank-arglists.lisp
@@ -1560,13 +1560,13 @@ ARGLIST-DUMMY."
(unless (null raw-form)
(loop for element in raw-form
collect (etypecase element
- (string (read-conversatively element))
+ (string (read-conservatively element))
(list (parse-raw-form element))
(symbol (prog1 element
;; Comes after list, so ELEMENT can't be NIL.
(assert (eq element +cursor-marker+))))))))
-(defun read-conversatively (string)
+(defun read-conservatively (string)
"Tries to find the symbol that's represented by STRING.
If it can't, this either means that STRING does not represent a