summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-08-12 15:59:07 +0200
committerDavid Sommerseth <davids@redhat.com>2013-08-12 15:59:07 +0200
commit9fa1352cd540aa69dd8b59e56de9b8020563e545 (patch)
tree35958bef99ecc3b39a6d13e6d733100a820cfa9c
parent4684a9178a32bc1420571025c9874b203efd6784 (diff)
downloadpython-dmidecode-9fa1352cd540aa69dd8b59e56de9b8020563e545.tar.gz
python-dmidecode-9fa1352cd540aa69dd8b59e56de9b8020563e545.tar.xz
python-dmidecode-9fa1352cd540aa69dd8b59e56de9b8020563e545.zip
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 <davids@redhat.com>
-rw-r--r--src/pymap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pymap.xml b/src/pymap.xml
index 6857b1b..7d5de70 100644
--- a/src/pymap.xml
+++ b/src/pymap.xml
@@ -68,7 +68,7 @@
<Map keytype="constant" key="ROM Size" valuetype="string"
value="concat(ROMsize,' ',ROMsize/@unit)"/>
<Map keytype="constant" key="Address" valuetype="string" value="Address"/>
- <Map keytype="constant" key="Relase Date" valuetype="string" value="ReleaseDate"/>
+ <Map keytype="constant" key="Release Date" valuetype="string" value="ReleaseDate"/>
</Map>
<Map keytype="constant" key="dmi_type" valuetype="integer" value="@type"/>
<Map keytype="constant" key="dmi_handle" valuetype="string" value="@handle"/>