about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/jitter/jitter.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/jitter/jitter.ipynb b/doc/jitter/jitter.ipynb
index 02011437..adab4c5b 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."
    ]
   },