spelling correctinos
[nmigen-soc.git] / nmigen_soc / wishbone / sram.py
index 030ad9073730e6fcb1e97b9b5c6f4b49f1c46936..451f948f724bda356c72425184a3196ecac5efef 100644 (file)
@@ -30,10 +30,10 @@ class SRAM(Elaboratable):
         the granularity, features and alignment as specified by their
         corresponding parameters.
     granularity : int or None
-        If the Wishbone bus is not sepcified, this is the granularity
+        If the Wishbone bus is not specified, this is the granularity
         of the Wishbone bus.  Optional. See :class:`Interface`.
     features : iter(str)
-        If the Wishbone bus is not sepcified, this is the optional signal
+        If the Wishbone bus is not specified, this is the optional signal
         set for the Wishbone bus.  See :class:`Interface`.
 
     Attributes