From: Luke Kenneth Casson Leighton Date: Fri, 22 Oct 2021 13:33:17 +0000 (+0100) Subject: annoying spelling errors X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=refs%2Fheads%2Flibresoc-partsig;p=nmigen.git annoying spelling errors --- diff --git a/nmigen/hdl/dsl.py b/nmigen/hdl/dsl.py index 7db499f..bac2686 100644 --- a/nmigen/hdl/dsl.py +++ b/nmigen/hdl/dsl.py @@ -181,7 +181,7 @@ class Module(_ModuleBuilderRoot, Elaboratable): # to complete the Type 1 (ast.*) nmigen language construct abstraction # from Type 2 (Module - this class) Module must be told what AST type # it may cast m.If/Elif conditions and m.Switch - sself._setATypeCastFn(_astTypeFn) + self._setAstTypeCastFn(_astTypeFn) def _setAstTypeCastFn(self, typefn=None): self._astTypeCast = typefn or Value.cast