Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Jul 28, 2023
1 parent 8ad07fa commit 3d5e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/parser/tac/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func PruneExpiredTACsDesiredFromTRDM(codes []models.TransportationAccountingCode
return pruned
}

// Consolidates TACs with the same TAC value. Duplicate "Transaction", aka description, calues are combined with a delimeter of ". Additional description found: "
// Consolidates TACs with the same TAC value. Duplicate "Transaction", aka description, values are combined with a delimeter of ". Additional description found: "
func ConsolidateDuplicateTACsDesiredFromTRDM(codes []models.TransportationAccountingCodeDesiredFromTRDM) []models.TransportationAccountingCodeDesiredFromTRDM {
consolidatedMap := make(map[string]models.TransportationAccountingCodeDesiredFromTRDM)

Expand Down

0 comments on commit 3d5e953

Please sign in to comment.