From 1bdf2e6efeab3773c91b681794ecacb5928b55f2 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Sat, 22 May 2021 21:03:56 +0200 Subject: [PATCH] [mmu] fixed typo in docstring --- riscemu/MMU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscemu/MMU.py b/riscemu/MMU.py index e4e4bfc..5777f67 100644 --- a/riscemu/MMU.py +++ b/riscemu/MMU.py @@ -49,7 +49,7 @@ class MMU: def __init__(self, conf: RunConfig): """ - Create a new MMU, respeccting the active RunConfiguration + Create a new MMU, respecting the active RunConfiguration :param conf: The config to respect """