@ref{seq-let}.
@defmac pcase-let bindings body@dots{}
-Perform desctructuring binding of variables according to
+Perform destructuring binding of variables according to
@var{bindings}, and then evaluate @var{body}.
@var{bindings} is a list of bindings of the form @w{@code{(@var{pattern}
@end defmac
@defmac pcase-let* bindings body@dots{}
-Perform desctructuring binding of variables according to
+Perform destructuring binding of variables according to
@var{bindings}, and then evaluate @var{body}.
@var{bindings} is a list of bindings of the form @code{(@var{pattern}