Revision 5b60212f

b/monitor.c
815 815
        case '/':
816 816
        case '%':
817 817
            if (val2 == 0) 
818
                expr_error("divison by zero");
818
                expr_error("division by zero");
819 819
            if (op == '/')
820 820
                val /= val2;
821 821
            else
......
933 933
            }
934 934
        }
935 935
        if (*p != '\"') {
936
            qemu_printf("untermintated string\n");
936
            qemu_printf("unterminated string\n");
937 937
            goto fail;
938 938
        }
939 939
        p++;

Also available in: Unified diff