Merge remote-tracking branch

'origin/GP-0_ryanmkurtz_PR-2613_hinoue_spelling'
This commit is contained in:
ghidra1 2021-02-10 20:10:01 -05:00
commit f655cfe048

View file

@ -239,7 +239,7 @@ public class VariableStorage implements Comparable<VariableStorage> {
}
if (i < (varnodes.length - 1) && !isRegister) {
throw new InvalidInputException(
"Compound storage must use registers accept for last varnode");
"Compound storage must use registers except for last varnode");
}
size += varnode.getSize();
}