Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Jul 1, 2024
1 parent 0cda104 commit 2e771d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bimmer_connected/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def _init_vehicles(self) -> None:
)
vehicle_profile = vehicle_profile_response.json()

# Special handling for DRITTKUNDE (third party custome) aka Toyota Supra.
# Special handling for DRITTKUNDE (third party customer) aka Toyota Supra.
# Requires TOYOTA in request, but returns DRITTKUNDE in response.
if brand == CarBrands.TOYOTA:
vehicle_profile["brand"] = CarBrands.TOYOTA.value.upper()
Expand Down

0 comments on commit 2e771d4

Please sign in to comment.