summaryrefslogtreecommitdiff
path: root/gdata/services/documents/gdata-documents-property.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/services/documents/gdata-documents-property.c')
-rw-r--r--gdata/services/documents/gdata-documents-property.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/services/documents/gdata-documents-property.c b/gdata/services/documents/gdata-documents-property.c
index 48ec43f5..c1d497d5 100644
--- a/gdata/services/documents/gdata-documents-property.c
+++ b/gdata/services/documents/gdata-documents-property.c
@@ -319,7 +319,7 @@ gdata_documents_property_set_property (GObject *object, guint property_id, const
GDataDocumentsProperty *
gdata_documents_property_new (const gchar *key)
{
- /* GDataDocumentsProperty must have a non NULL key at initilization time,
+ /* GDataDocumentsProperty must have a non NULL key at initialization time,
* rest of the properties can be NULL or take their default values. */
g_return_val_if_fail (key != NULL && key[0] != '\0', NULL);