// Because movementNote is not currently a summary field
// (returned in summary list items), we will need to verify
// sort order by using the IDs provided in the summary list
- // items to retrieve full records, amd then obtaining
+ // items to retrieve full records, and then obtaining
// the value of that field from each of those records.
MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item));
values.add(i, movement.getMovementNote());
// Because movementNote is not currently a summary field
// (returned in summary list items), we will need to verify
// sort order by using the IDs provided in the summary list
- // items to retrieve full records, amd then obtaining
+ // items to retrieve full records, and then obtaining
// the value of that field from each of those records.
MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item));
values.add(i, movement.getMovementNote());
// Because movementNote is not currently a summary field
// (returned in summary list items), we will need to verify
// sort order by using the IDs provided in the summary list
- // items to retrieve full records, amd then obtaining
+ // items to retrieve full records, and then obtaining
// the value of that field from each of those records.
MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item));
values.add(i, movement.getMovementNote());
// Because movementNote is not currently a summary field
// (returned in summary list items), we will need to verify
// sort order by using the IDs provided in the summary list
- // items to retrieve full records, amd then obtaining
+ // items to retrieve full records, and then obtaining
// the value of that field from each of those records.
MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item));
firstFieldValues.add(i, movement.getMovementNote());
// Because movementNote is not currently a summary field
// (returned in summary list items), we will need to verify
// sort order by using the IDs provided in the summary list
- // items to retrieve full records, amd then obtaining
+ // items to retrieve full records, and then obtaining
// the value of that field from each of those records.
MovementsCommon movement = read(AbstractCommonListUtils.ListItemGetCSID(item));
firstFieldValues.add(i, movement.getLocationDate());