typo Fir(e)bird, thanks Jonathan

This commit is contained in:
mdipierro
2013-03-15 21:27:52 -05:00
parent 45a5b436c8
commit 92b5247f9f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.4-stable+timestamp.2013.03.15.15.28.00
Version 2.4.4-stable+timestamp.2013.03.15.21.27.13
+1 -1
View File
@@ -370,7 +370,7 @@ if not 'google' in DRIVERS:
try:
import fdb
DRIVERS.append('Firbird(fdb)')
DRIVERS.append('Firebird(fdb)')
except ImportError:
LOGGER.debug('no Firebird driver fdb')
#####