summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/team_switches.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/team_switches.sql b/views/team_switches.sql
index 6d10410..7ed9bcf 100644
--- a/views/team_switches.sql
+++ b/views/team_switches.sql
@@ -22,7 +22,7 @@ CREATE VIEW next_season_driver_constructor AS
LEFT JOIN season_driver_constructor sdc2
ON (sdc.year = (sdc2.year - 1)) AND (sdc.driverId = sdc2.driverId);
--- every driver team switch with both cosntructors' positions
+-- every driver team switch with both constructors' positions
-- for the initial season
DROP VIEW IF EXISTS driver_team_switches;
CREATE VIEW driver_team_switches AS