[Gnucash-changes] minor woring change

Linas Vepstas linas at cvs.gnucash.org
Sun Jun 13 02:24:43 EDT 2004


Log Message:
-----------
minor woring change

Tags:
----
backend-work-1

Modified Files:
--------------
    gnucash/src/engine:
        qofbackend-p.h

Revision Data
-------------
Index: qofbackend-p.h
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/qofbackend-p.h,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -Lsrc/engine/qofbackend-p.h -Lsrc/engine/qofbackend-p.h -u -r1.3.2.2 -r1.3.2.3
--- src/engine/qofbackend-p.h
+++ src/engine/qofbackend-p.h
@@ -109,11 +109,11 @@
  *    to ERR_BACKEND_MOD_DESTROY from this routine, so that the 
  *    engine can properly clean up.
  *
- * The compile_query() method compiles a Gnucash query object into
+ * The compile_query() method compiles a QOF query object into
  *    a backend-specific data structure and returns the compiled
  *    query.  For an SQL backend, the contents of the query object
- *    need to be turned into a corresponding SQL query statement, and
- *    sent to the database for evaluation.
+ *    are typically turned into a corresponding SQL query statement, 
+ *    and sent to the database for evaluation.
  *
  * The free_query() method frees the data structure returned from 
  *    compile_query()


More information about the gnucash-changes mailing list