From 09e1fd8e6dc86ae1acf0b631a601f2a0a71857aa Mon Sep 17 00:00:00 2001 From: W0ni <81616747+W0ni@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:21:59 +0200 Subject: [PATCH] Fix typo --- doc/jitter/jitter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/jitter/jitter.ipynb b/doc/jitter/jitter.ipynb index 020114374..adab4c5bc 100644 --- a/doc/jitter/jitter.ipynb +++ b/doc/jitter/jitter.ipynb @@ -129,7 +129,7 @@ "source": [ "For now, our emulator is an empty box. It has:\n", "\n", - "* registers, reachable from the `.cpu` attribute. These are initiallized to 0.\n", + "* registers, reachable from the `.cpu` attribute. These are initialized to 0.\n", "* a virtual memory, reachable from the `.vm` attribute. It starts empty." ] },