From 6f1677bc4600f6a0b348c8179116ef6cd1df4d1f Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Tue, 3 Nov 2009 07:55:20 +0000 Subject: [PATCH] DBD::SQLite: fixed typo --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index 3619d1c..22c1a52 100644 --- a/Changes +++ b/Changes @@ -4,7 +4,7 @@ Changes for Perl extension DBD-SQLite *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS *** - Foreign keys support is once again disabled by default. It seems to have a greater impact than we expected and - it actually broke things. This featuer probably will be + it actually broke things. This feature probably will be enabled by default by the sqlite team in the future, and eventually you'll need to cope with it, but right now we agreed with some discussion to give you more time to be