[libgda] Comments corrections in skeleton provider



commit 6ed0de869e36e238b3737376772b4220fb3dc829
Author: Vivien Malerba <malerba gnome-db org>
Date:   Thu Apr 23 20:52:26 2009 +0200

    Comments corrections in skeleton provider
---
 .../skel-implementation/capi/gda-capi-provider.c   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/providers/skel-implementation/capi/gda-capi-provider.c b/providers/skel-implementation/capi/gda-capi-provider.c
index 8a59f5f..3658c90 100644
--- a/providers/skel-implementation/capi/gda-capi-provider.c
+++ b/providers/skel-implementation/capi/gda-capi-provider.c
@@ -321,7 +321,7 @@ gda_capi_provider_get_version (GdaServerProvider *provider)
  *   - open the real connection to the database using the parameters previously checked
  *   - create a CapiConnectionData structure and associate it to @cnc
  *
- * Returns: TRUE if no error occurred, or FALSE otherwise (and an ERROR gonnection event must be added to @cnc)
+ * Returns: TRUE if no error occurred, or FALSE otherwise (and an ERROR connection event must be added to @cnc)
  */
 static gboolean
 gda_capi_provider_open_connection (GdaServerProvider *provider, GdaConnection *cnc,
@@ -372,7 +372,7 @@ gda_capi_provider_open_connection (GdaServerProvider *provider, GdaConnection *c
  *   - Actually close the connection to the database using @cnc's associated CapiConnectionData structure
  *   - Free the CapiConnectionData structure and its contents
  *
- * Returns: TRUE if no error occurred, or FALSE otherwise (and an ERROR gonnection event must be added to @cnc)
+ * Returns: TRUE if no error occurred, or FALSE otherwise (and an ERROR connection event must be added to @cnc)
  */
 static gboolean
 gda_capi_provider_close_connection (GdaServerProvider *provider, GdaConnection *cnc)



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