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

@ -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());
}
}

View file

@ -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

View file

@ -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.
*/

View file

@ -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);