mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Fix spelling errors
This commit is contained in:
parent
4361f39fe2
commit
a5efecea84
78 changed files with 95 additions and 95 deletions
|
@ -127,7 +127,7 @@ class EditActionManager {
|
|||
}
|
||||
catch (IOException e) {
|
||||
Msg.error(this,
|
||||
"Error occured while clearing PKI certificate setting: " + e.getMessage());
|
||||
"Error occurred while clearing PKI certificate setting: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -124,7 +124,7 @@ public interface DomainFile extends Comparable<DomainFile> {
|
|||
* out of date.
|
||||
* @param okToRecover if true, allows the system to recover unsaved file changes which
|
||||
* resulted from a crash. If false, any existing recovery data will be deleted.
|
||||
* This flag is only relevent if project is open for update (isInProject) and the file can be
|
||||
* This flag is only relevant if project is open for update (isInProject) and the file can be
|
||||
* opened for update.
|
||||
* @param monitor permits monitoring of open progress.
|
||||
* @return an open domain object can be modified and saved. (Not read-only)
|
||||
|
@ -393,7 +393,7 @@ public interface DomainFile extends Comparable<DomainFile> {
|
|||
|
||||
/**
|
||||
* Forcefully terminate a checkout for the associated versioned file.
|
||||
* The user must be the owner of the checkout or have admin priviledge
|
||||
* The user must be the owner of the checkout or have admin privilege
|
||||
* on the versioned filesystem (i.e., repository).
|
||||
* @param checkoutId checkout ID
|
||||
* @throws IOException if an IO or access error occurs
|
||||
|
|
|
@ -139,7 +139,7 @@ public interface Tool extends DockingTool, ToolListener {
|
|||
|
||||
/**
|
||||
* Removes a ToolListener from receiving any event generated by this Tool.
|
||||
* The tool will still recieve specific events that it has registered for.
|
||||
* The tool will still receive specific events that it has registered for.
|
||||
*
|
||||
* @param listener The ToolListener to be removed from receiving all events.
|
||||
*/
|
||||
|
|
|
@ -41,7 +41,7 @@ public interface TransactionListener {
|
|||
void undoStackChanged(DomainObjectAdapterDB domainObj);
|
||||
|
||||
/**
|
||||
* Notification that undo or redo has occured.
|
||||
* Notification that undo or redo has occurred.
|
||||
* @param domainObj the affected domain object
|
||||
*/
|
||||
void undoRedoOccurred(DomainObjectAdapterDB domainObj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue