libgda r3111 - branches/release-3-0-branch/providers/postgres



Author: murrayc
Date: Fri Apr  4 14:49:14 2008
New Revision: 3111
URL: http://svn.gnome.org/viewvc/libgda?rev=3111&view=rev

Log:
fix typo

Modified:
   branches/release-3-0-branch/providers/postgres/utils.c

Modified: branches/release-3-0-branch/providers/postgres/utils.c
==============================================================================
--- branches/release-3-0-branch/providers/postgres/utils.c	(original)
+++ branches/release-3-0-branch/providers/postgres/utils.c	Fri Apr  4 14:49:14 2008
@@ -125,7 +125,7 @@
 	if(ntypes == 0)
 		return G_TYPE_STRING;
 
-	/* Avoid accesing beyone the array: */ 
+	/* Avoid accessing beyone the array: */ 
 	if(i >= ntypes)
 		i = ntypes -1;
        



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]