summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-03-04 22:50:24 +0100
committeremkael <emkael@tlen.pl>2015-03-04 22:50:24 +0100
commitabb8093097329595133d0671ca65f2e16e125032 (patch)
treeaf52fadb4330ec58aa745b90cd1eec8290e817dd
parentb27f8ef1387509c4b9d778505d185f8e0a541729 (diff)
* typo
-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