Fix spelling errors

This commit is contained in:
Benjamin Levy 2020-01-26 22:39:18 -05:00
parent 4361f39fe2
commit a5efecea84
78 changed files with 95 additions and 95 deletions

View file

@ -43,7 +43,7 @@ public class IterateFunctionsByAddressScript extends GhidraScript {
private void iterateForward() {
// Use the iterator, there is no easy way to use the function iterator on addresses
// If the function begins at address zero, you won't get the function without
// alot of extra more complicated code.
// a lot of extra more complicated code.
FunctionIterator fiter = currentProgram.getFunctionManager().getFunctions(true);
int count = 0;