many doubled words in comments etc, plus some nearby typos

This commit is contained in:
hippietrail
2024-11-26 01:18:10 +07:00
parent c702d7c66d
commit 13598df8db
208 changed files with 252 additions and 254 deletions

View File

@@ -30,7 +30,7 @@ import ghidra.util.ColorUtils;
/**
* Fields for the ByteViewer. This class extends the SimpleTextField to include
* a fieldOffset which corresponds to the column of the the fieldFactory that
* a fieldOffset which corresponds to the column of the fieldFactory that
* generated it.
*/
public class ByteField extends SimpleTextField {

View File

@@ -411,8 +411,8 @@ public class ByteViewerComponent extends FieldPanel implements FieldMouseListene
}
/**
* Get the the color of unsaved byte changes
* @return the the color of unsaved byte changes
* Get the color of unsaved byte changes
* @return the color of unsaved byte changes
*/
Color getEditColor() {
return editColor;

View File

@@ -25,7 +25,7 @@ import ghidra.program.model.address.Address;
import ghidra.program.util.ProgramLocation;
/**
* Implementation for a snapshot of the the byte viewer's current view.
* Implementation for a snapshot of the byte viewer's current view.
*/
class ByteViewerState {

View File

@@ -53,7 +53,7 @@ public class ByteBlockInfo {
}
/**
* The the column within the UI byte field
* The column within the UI byte field
* @return the column
*/
public int getColumn() {