diff --git a/application/applicationextension.inc.php b/application/applicationextension.inc.php index 0ce09201a..7b1baa97d 100644 --- a/application/applicationextension.inc.php +++ b/application/applicationextension.inc.php @@ -533,7 +533,7 @@ interface iApplicationObjectExtension public function OnIsModified($oObject); /** - * Invoked to determine wether an object can be written to the database + * Invoked to determine whether an object can be written to the database * * The GUI calls this verb and reports any issue. * Anyhow, this API can be called in other contexts such as the CSV import tool. diff --git a/dictionaries/en.dictionary.itop.ui.php b/dictionaries/en.dictionary.itop.ui.php index 268974d65..87514f453 100644 --- a/dictionaries/en.dictionary.itop.ui.php +++ b/dictionaries/en.dictionary.itop.ui.php @@ -804,12 +804,12 @@ Dict::Add('EN US', 'English', 'English', array( 'UI:Delete:ConfirmDeletionOf_Name' => 'Deletion of %1$s', 'UI:Delete:ConfirmDeletionOf_Count_ObjectsOf_Class' => 'Deletion of %1$d objects of class %2$s', 'UI:Delete:CannotDeleteBecause' => 'Could not be deleted: %1$s', - 'UI:Delete:ShouldBeDeletedAtomaticallyButNotPossible' => 'Should be automaticaly deleted, but this is not feasible: %1$s', + 'UI:Delete:ShouldBeDeletedAtomaticallyButNotPossible' => 'Should be automatically deleted, but this is not feasible: %1$s', 'UI:Delete:MustBeDeletedManuallyButNotPossible' => 'Must be deleted manually, but this is not feasible: %1$s', - 'UI:Delete:WillBeDeletedAutomatically' => 'Will be automaticaly deleted', + 'UI:Delete:WillBeDeletedAutomatically' => 'Will be automatically deleted', 'UI:Delete:MustBeDeletedManually' => 'Must be deleted manually', 'UI:Delete:CannotUpdateBecause_Issue' => 'Should be automatically updated, but: %1$s', - 'UI:Delete:WillAutomaticallyUpdate_Fields' => 'will be automaticaly updated (reset: %1$s)', + 'UI:Delete:WillAutomaticallyUpdate_Fields' => 'will be automatically updated (reset: %1$s)', 'UI:Delete:Count_Objects/LinksReferencing_Object' => '%1$d objects/links are referencing %2$s', 'UI:Delete:Count_Objects/LinksReferencingTheObjects' => '%1$d objects/links are referencing some of the objects to be deleted', 'UI:Delete:ReferencesMustBeDeletedToEnsureIntegrity' => 'To ensure Database integrity, any reference should be further eliminated',