Skip to content

Commit

Permalink
Update bidders.go
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Nov 25, 2024
1 parent f9858c9 commit d9ba103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrtb_ext/bidders.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func IsBidderNameReserved(name string) bool {
return false
}

// IsPotentialBidder returns true if the name is not reserved witbin the imp[].ext context
// IsPotentialBidder returns true if the name is not reserved within the imp[].ext context
func IsPotentialBidder(name string) bool {
switch BidderName(name) {
case BidderReservedContext:
Expand Down

0 comments on commit d9ba103

Please sign in to comment.