[couchdb-glib] Fixed some misrenamed documentation



commit a67d5eddb94ca05e8d14f4e39209a28a6a7d34ca
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Jul 7 13:54:56 2010 +0200

    Fixed some misrenamed documentation

 couchdb-glib/couchdb-document.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/couchdb-glib/couchdb-document.c b/couchdb-glib/couchdb-document.c
index 68a6e68..d8e3921 100644
--- a/couchdb-glib/couchdb-document.c
+++ b/couchdb-glib/couchdb-document.c
@@ -618,7 +618,7 @@ couchdb_document_get_json_object (CouchdbDocument *document)
  * @document: A #CouchdbDocument object
  *
  * Retrieve the record type of the given document. Record types are special
- * fields in the CouchDB documents, used in Couchdb, to identify
+ * fields in the CouchDB documents, used in Desktopcouch, to identify
  * standard records. All supported record types are listed at
  * http://www.freedesktop.org/wiki/Specifications/desktopcouch#Formats.
  *
@@ -655,7 +655,7 @@ couchdb_document_set_record_type (CouchdbDocument *document, const char *record_
  * Retrieve the application annotations for the given document.
  *
  * Application annotations is a special field (named "application_annotations"), used
- * in couchdb to allow applications to set values on standard documents (as defined
+ * in Desktopcouch to allow applications to set values on standard documents (as defined
  * at http://www.freedesktop.org/wiki/Specifications/desktopcouch#Formats) that are
  * not part of the standard, but still needed by the application.
  *



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