From b90685fe59e786005a69d796cf14e3fe50b87eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Sat, 14 Dec 2013 11:05:37 +0000 Subject: [PATCH] fix typo --- C/c_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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