GP-0: Fixing the remainder of the "psuedo" spellings (#4601)

This commit is contained in:
Ryan Kurtz
2022-09-20 01:02:00 -04:00
parent e65e4b2d92
commit 0ed00bdd50
11 changed files with 17 additions and 17 deletions

View File

@@ -145,12 +145,12 @@ public class GBinaryReader {
}
/**
* Sets the current index to the specified value.
* The pointer index will allow the reader
* to operate as a psuedo-iterator.
*
* @param index the byte provider index value
*/
* Sets the current index to the specified value.
* The pointer index will allow the reader
* to operate as a pseudo-iterator.
*
* @param index the byte provider index value
*/
public void setPointerIndex(long index) {
this.currentIndex = index;
}