From f981e525c8c431bc96442598f555af8da0bff3f0 Mon Sep 17 00:00:00 2001 From: Andrew Dirksen Date: Wed, 21 Nov 2018 17:05:02 -0800 Subject: [PATCH] spelling --- src/runner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner.rs b/src/runner.rs index 46d8494..d8c74eb 100644 --- a/src/runner.rs +++ b/src/runner.rs @@ -209,7 +209,7 @@ impl Interpreter { } } - // Todo, use types to prevent user from calling start_execution on an inretpreter not in Initialized + // Todo, use types to prevent user from calling start_execution on an interpreter not in Initialized // state. /// Wipe all data in this interpreter, so it can be safely reused. pub fn reset(&mut self) {