From 92b5247f9f9401576d3b8bb1e0761a5af94192bc Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 15 Mar 2013 21:27:52 -0500 Subject: [PATCH] typo Fir(e)bird, thanks Jonathan --- VERSION | 2 +- gluon/dal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 33b4b414..012e85a2 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/dal.py b/gluon/dal.py index 59820647..18301663 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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') #####