Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2024-08-06 15:40:16 +02:00
parent e7f235a90b
commit bfd61b2f19
66 changed files with 93 additions and 93 deletions

View File

@@ -135,7 +135,7 @@ export class SubmissionSectionCoarNotifyComponent extends SectionModelComponent
/**
* Method called when section is initialized
* Retriev available NotifyConfigs
* Retrieve available NotifyConfigs
*/
setCoarNotifyConfig() {
this.subs.push(

View File

@@ -124,7 +124,7 @@ export class SectionsService {
});
});
// Itereate over the previous error list
// Iterate over the previous error list
prevErrors.forEach((error: SubmissionSectionError) => {
const errorPaths: SectionErrorPath[] = parseSectionErrorPaths(error.path);

View File

@@ -11,7 +11,7 @@ import { TranslateModule } from '@ngx-translate/core';
import { Metadata } from '../../../../core/submission/models/sherpa-policies-details.model';
/**
* This component represents a section that contains the matadata informations.
* This component represents a section that contains the metadata information.
*/
@Component({
selector: 'ds-metadata-information',

View File

@@ -14,7 +14,7 @@ import { AlertType } from '../../../../shared/alert/alert-type';
import { ContentAccordionComponent } from '../content-accordion/content-accordion.component';
/**
* This component represents a section that contains the publisher policy informations.
* This component represents a section that contains the publisher policy information.
*/
@Component({
selector: 'ds-publisher-policy',

View File

@@ -35,7 +35,7 @@ import { PublicationInformationComponent } from './publication-information/publi
import { PublisherPolicyComponent } from './publisher-policy/publisher-policy.component';
/**
* This component represents a section for the sherpa policy informations structure.
* This component represents a section for the sherpa policy information structure.
*/
@Component({
selector: 'ds-section-sherpa-policies',