This commit is contained in:
2022-10-01 19:49:43 +02:00
parent 5694883ef5
commit bacbc6eded

View File

@@ -149,7 +149,7 @@ static int run(program_t *p, int *end)
if (prg_get_input(p, &input))
poke(p, p->cur, 1, input);
else
/* we need an input which is not yet avalable, so we need
/* we need an input which is not yet avalaible, so we need
* to put the program in "waiting mode": We stop it (and
* return output value) without setting end flag.
*/