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

@ -156,7 +156,7 @@ public class ApplicationTrustManagerFactory {
}
/**
* Get trust managers after performing any neccessary initialization.
* Get trust managers after performing any necessary initialization.
* @return trust managers
*/
static synchronized TrustManager[] getTrustManagers() {

View file

@ -21,7 +21,7 @@ import ghidra.util.exception.NoValueException;
* Class that implements a hashtable with int keys and int values.
* Because this class uses array of primitives
* to store the information, it serializes very fast. This implementation uses
* seperate chaining to resolve collisions.
* separate chaining to resolve collisions.
*
*/
public class IntIntHashtable {

View file

@ -24,7 +24,7 @@ import ghidra.util.exception.AssertException;
* the smallest unused index is allocated and associated with that key.
* Basically hashes the keys into linked lists using the IntListIndexer class,
* where all values in a list have
* the same hashcode. Does most of the work in implementing a seperate chaining
* the same hashcode. Does most of the work in implementing a separate chaining
* version of a hashtable - the only thing missing is the values which are stored
* in the individual implementations of the various hashtables.
*/

View file

@ -25,7 +25,7 @@ import java.io.Serializable;
* Class that implements a hashtable with long keys and double values.
* Because this class uses array of primitives
* to store the information, it serializes very fast. This implementation uses
* seperate chaining to resolve collisions.
* separate chaining to resolve collisions.
*
* My local change of LongShortHashtable (SCP 4/13/00)
*/

View file

@ -25,7 +25,7 @@ import java.util.Arrays;
* the smallest unused index is allocated and associated with that key.
* Basically hashes the keys into linked lists using the IntListIndexer class,
* where all values in a list have
* the same hashcode. Does most of the work in implementing a seperate chaining
* the same hashcode. Does most of the work in implementing a separate chaining
* version of a hashtable - the only thing missing is the values which are stored
* in the individual implementations of the various hashtables.
*/

View file

@ -24,7 +24,7 @@ import ghidra.util.exception.AssertException;
* the smallest unused index is allocated and associated with that key.
* Basically hashes the keys into linked lists using the ShortListIndexer class,
* where all values in a list have
* the same hashcode. Does most of the work in implementing a seperate chaining
* the same hashcode. Does most of the work in implementing a separate chaining
* version of a hashtable - the only thing missing is the values which are stored
* in the individual implementations of the various hashtables.
*/

View file

@ -26,7 +26,7 @@ import java.util.Iterator;
* the smallest unused index is allocated and associated with that key.
* Basically hashes the keys into linked lists using the IntListIndexer class,
* where all values in a list have
* the same hashcode. Does most of the work in implementing a seperate chaining
* the same hashcode. Does most of the work in implementing a separate chaining
* version of a hashtable - the only thing missing is the values which are stored
* in the individual implementations of the various hashtables.
*/

View file

@ -204,7 +204,7 @@ public class ExtensionFileFilter implements GhidraFileFilter {
* Determines whether the extension list (.jpg, .gif, etc) should
* show up in the human readable description.
*
* Only relevent if a description was provided in the constructor
* Only relevant if a description was provided in the constructor
* or using setDescription();
*
* @see #getDescription
@ -220,7 +220,7 @@ public class ExtensionFileFilter implements GhidraFileFilter {
* Returns whether the extension list (.jpg, .gif, etc) should
* show up in the human readable description.
*
* Only relevent if a description was provided in the constructor
* Only relevant if a description was provided in the constructor
* or using setDescription();
*
* @see #getDescription