mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
fix #2283 - 'persistent' spelling error
This commit is contained in:
parent
415fcc2cf7
commit
ca1047cd97
7 changed files with 15 additions and 15 deletions
|
@ -128,7 +128,7 @@ public class GraphAST extends GhidraScript {
|
|||
else if (vn.isUnique()) {
|
||||
colorattrib = "Black";
|
||||
}
|
||||
else if (vn.isPersistant()) {
|
||||
else if (vn.isPersistent()) {
|
||||
colorattrib = "DarkOrange";
|
||||
}
|
||||
else if (vn.isAddrTied()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue