Fix varnode typo

This commit is contained in:
Ԝеѕ 2019-04-07 16:41:22 -04:00 committed by GitHub
parent 49c2010b63
commit 99e9b9766f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ class VarnodeInfo {
type = VarnodeType.Memory;
}
else {
throw new IllegalArgumentException("Illegal varode address type");
throw new IllegalArgumentException("Illegal varnode address type");
}
}