Typo corrections, I avoided making changes to words that have regional spelling differences.

This commit is contained in:
steven mirecki
2016-09-03 09:16:54 -04:00
parent 7b84febfde
commit e751461194
46 changed files with 53 additions and 53 deletions

View File

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

View File

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