Skip to content

Commit de8b70d

Browse files
authored
change mangoes spelling
1 parent e8cfbd2 commit de8b70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database_backup.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ BEGIN
2727
('pears', 3),
2828
('apricots', 7),
2929
('kiwis', 9),
30-
('mangos', 12),
30+
('mangoes', 12),
3131
('figs', 4),
3232
('limes', 8);
3333
END IF;
3434
END;//
3535
DELIMITER ;
36-
CALL init();
36+
CALL init();

0 commit comments

Comments
 (0)