Author: reinhard
Date: 2005-09-19 05:30:00 -0500 (Mon, 19 Sep 2005)
New Revision: 7918

Modified:
   trunk/gnue-common/src/datasources/drivers/Base/Connection.py
Log:
Fixed behavior vs. behaviour.


Modified: trunk/gnue-common/src/datasources/drivers/Base/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/Base/Connection.py        
2005-09-19 10:10:46 UTC (rev 7917)
+++ trunk/gnue-common/src/datasources/drivers/Base/Connection.py        
2005-09-19 10:30:00 UTC (rev 7918)
@@ -58,7 +58,7 @@
   @cvar _behavior_: Schema introspector class for this type of connection. If a
     descendants overwrites this, the behavior cannot be set in
     connections.conf.
-  @cvar _defaultBehaviour_: Standard schema introspector class for this type of
+  @cvar _defaultBehavior_: Standard schema introspector class for this type of
     connection.  Can be overwritten by descendants to provide a default in case
     the behavior can be set in connections.conf.
   @cvar _rowidField_: Field name of the rowid generated by the backend.  Can be
@@ -77,7 +77,7 @@
 
   _resultSetClass_                = None
   _behavior_                      = None
-  _defaultBehaviour_              = None
+  _defaultBehavior_               = None
   _rowidField_                    = None
   _primarykeyFields_              = None
   _need_rollback_after_exception_ = True



_______________________________________________
Commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to