diff --git a/bimmer_connected/account.py b/bimmer_connected/account.py index 5b978685..7c715b08 100644 --- a/bimmer_connected/account.py +++ b/bimmer_connected/account.py @@ -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()