]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/pcase.el
Spelling fixes
[gnu-emacs] / lisp / emacs-lisp / pcase.el
index 549ee96dd5fbc0378fd83c3f54324e5653535735..7be997e646982ffc7926456e91abd3d57d087870 100644 (file)
@@ -117,7 +117,7 @@ two element list, binding its elements to symbols named `foo' and
 
 A significant difference from `cl-destructuring-bind' is that, if
 a pattern match fails, the next case is tried until either a
-succesful match is found or there are no more cases.
+successful match is found or there are no more cases.
 
 Another difference is that pattern elements may be backquoted,
 meaning they must match exactly: The pattern \\='(foo bar)