diff options
| author | W0ni <81616747+W0ni@users.noreply.github.com> | 2024-04-04 20:21:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-04 20:21:59 +0200 |
| commit | 09e1fd8e6dc86ae1acf0b631a601f2a0a71857aa (patch) | |
| tree | 29e3f0df3c497b0b6519053bd715a094556c5dd7 /doc | |
| parent | 4c2a4f3b70227f7dfb326bc5ae130ee88a777601 (diff) | |
| download | focaccia-miasm-09e1fd8e6dc86ae1acf0b631a601f2a0a71857aa.tar.gz focaccia-miasm-09e1fd8e6dc86ae1acf0b631a601f2a0a71857aa.zip | |
Fix typo
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/jitter/jitter.ipynb | 2 |
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." ] }, |