From 261346af7c40cbcf52c5107b797987f84d2e90b6 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 27 Dec 2018 22:11:15 +0100
Subject: [PATCH] Fix typo in db/populate (for Upsidedown variant)

---
 db/populate.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db/populate.sql b/db/populate.sql
index c577a6c2..8cc67d9f 100644
--- a/db/populate.sql
+++ b/db/populate.sql
@@ -16,6 +16,6 @@ insert or ignore into Variants values
 	('Magnetic', 'Laws of attraction'),
 	('Marseille', 'Move twice'),
 	('Switching', 'Exchange pieces positions'),
-	('Upsidedown', 'Walking on the hands'),
+	('Upsidedown', 'Head upside down'),
 	('Wildebeest', 'Balanced sliders & leapers'),
 	('Zen', 'Reverse captures');
-- 
2.44.0