fix a mistake in symbol visibility description string table
authorYann Rouillard <yann@pleiades.fr.eu.org>
Sun, 16 Jun 2013 18:43:14 +0000 (20:43 +0200)
committerYann Rouillard <yann@pleiades.fr.eu.org>
Sun, 16 Jun 2013 20:46:29 +0000 (22:46 +0200)
elftools/elf/descriptions.py

index 0b681655b467160982806f7c3a4477e18a45e821..279856aecaade30a025bfc3f53c6267ca0239c50 100644 (file)
@@ -264,7 +264,7 @@ _DESCR_ST_VISIBILITY = dict(
     STV_DEFAULT='DEFAULT',
     STV_INTERNAL='INTERNAL',
     STV_HIDDEN='HIDDEN',
-    STD_PROTECTED='PROTECTED',
+    STV_PROTECTED='PROTECTED',
 )
 
 _DESCR_ST_SHNDX = dict(