Fix typo in error message.
authorTim 'mithro' Ansell <me@mith.ro>
Mon, 30 Mar 2020 00:28:20 +0000 (17:28 -0700)
committerTim 'mithro' Ansell <me@mith.ro>
Sun, 12 Apr 2020 01:37:06 +0000 (18:37 -0700)
litex/data/find.py

index 1a143b1dc7ba117a6b5bd5173463ba4daaa19da0..74c9109923e96eabb4916af47d62f20e2bb9f903 100644 (file)
@@ -7,7 +7,7 @@ def find_data(data_type, data_name):
         return dm.data_location
     except ImportError as e:
         raise ImportError("""\
-litex-data-{dt}-{dn} module not install! Unable to use {dn} {dt}.
+litex-data-{dt}-{dn} module not installed! Unable to use {dn} {dt}.
 {e}
 
 You can install this by running;