Fix Typo in Documentation

David Ayers <[email protected]> Fri, 21 Nov 2008 10:27:10 +0000
Newsgroups gmane.comp.gnu.enterprise.devel
Message-ID <[email protected]>
A trivial typo.

(Looking at the diff I first thought this was code, but might as well
get it out of the way to reduce the noise)

Cheers,
David

_______________________________________________
Gnue-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnue-dev
gnue-common.src.datasources.GConditions.py.patch (text/x-patch, 555 B)
Index: gnue-common/src/datasources/GConditions.py
===================================================================
--- gnue-common/src/datasources/GConditions.py	(Revision 9898)
+++ gnue-common/src/datasources/GConditions.py	(Arbeitskopie)
@@ -283,7 +283,7 @@
       result = condition.asSQL (pDict)
 
       result = 'foobar = %(p0)s'
-      pDcit  = {'p0': 'barbaz'}
+      pDict  = {'p0': 'barbaz'}
 
     @param paramDict: dictionary with all parameter values. this dictionary
       will be populated with all placeholders used in the SQL string.