Skip to content

Commit 9fa1352

Browse files
author
David Sommerseth
committed
Fix typo in pymap.xml - "Relase Date" -> "Release Date"
Thanks to Daniel Mueller for spotting this typo. Unfortunately this fix may break some code if it depends on the "Relase Date" key name. The alternative would be to provide both the old and wrong key name together with the new one, but this particular key was not considered critically enough for special treatment. Signed-off-by: David Sommerseth <[email protected]>
1 parent 4684a91 commit 9fa1352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pymap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<Map keytype="constant" key="ROM Size" valuetype="string"
6969
value="concat(ROMsize,' ',ROMsize/@unit)"/>
7070
<Map keytype="constant" key="Address" valuetype="string" value="Address"/>
71-
<Map keytype="constant" key="Relase Date" valuetype="string" value="ReleaseDate"/>
71+
<Map keytype="constant" key="Release Date" valuetype="string" value="ReleaseDate"/>
7272
</Map>
7373
<Map keytype="constant" key="dmi_type" valuetype="integer" value="@type"/>
7474
<Map keytype="constant" key="dmi_handle" valuetype="string" value="@handle"/>

0 commit comments

Comments
 (0)