fix #2283 - 'persistent' spelling error

This commit is contained in:
Nick Fox 2020-10-01 10:58:55 -04:00
parent 415fcc2cf7
commit ca1047cd97
No known key found for this signature in database
GPG key ID: 82719985805A7CA8
7 changed files with 15 additions and 15 deletions

View file

@ -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()) {