Correct spelling mistakes

This commit is contained in:
Edward Betts
2022-02-19 09:46:49 +00:00
parent bf7c46c3cd
commit d6e0e1fee3
69 changed files with 87 additions and 87 deletions

View File

@@ -19,7 +19,7 @@ export class HostedMetadataManager {
// Callback for next opportunity to push changes.
private _timeout: any = null;
// Mantains the update Promise to wait on it if the class is closing.
// Maintains the update Promise to wait on it if the class is closing.
private _push: Promise<any>|null;
/**
@@ -65,7 +65,7 @@ export class HostedMetadataManager {
}
/**
* Push all metadata updates to the databse.
* Push all metadata updates to the database.
*/
private _update(): void {
if (this._push) { return; }