diff --git a/C/c_interface.c b/C/c_interface.c index fe2f54e4c..8503fb2ca 100644 --- a/C/c_interface.c +++ b/C/c_interface.c @@ -1645,7 +1645,7 @@ complete_fail(choiceptr ptr, int has_cp USES_REGS) static int complete_exit(choiceptr ptr, int has_cp, int cut_all USES_REGS) { - // the user often leaves open frames, especially in forward execuryion + // the user often leaves open frames, especially in forward execution while (B && (!ptr || B < ptr)) { if (cut_all || B->cp_ap == NOCODE) {/* separator */ do_cut( TRUE ); // pushes B up