mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 23:53:49 +00:00
Typo corrections, I avoided making changes to words that have regional spelling differences.
This commit is contained in:
@ -35,7 +35,7 @@ define(
|
||||
|
||||
/**
|
||||
* The PersistenceQueue is used by the QueuingPersistenceCapability
|
||||
* to aggregrate calls for object persistence. These are then issued
|
||||
* to aggregate calls for object persistence. These are then issued
|
||||
* in a group, such that if some or all are rejected, this result can
|
||||
* be shown to the user (again, in a group.)
|
||||
*
|
||||
|
@ -25,7 +25,7 @@ define(
|
||||
function () {
|
||||
|
||||
/**
|
||||
* Handles actual persistence invocations for queeud persistence
|
||||
* Handles actual persistence invocations for queued persistence
|
||||
* attempts, in a group. Handling in a group in this manner
|
||||
* also allows failure to be handled in a group (e.g. in a single
|
||||
* summary dialog.)
|
||||
|
Reference in New Issue
Block a user