summaryrefslogtreecommitdiff
path: root/gdata/services
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/services')
-rw-r--r--gdata/services/contacts/gdata-contacts-contact.c2
-rw-r--r--gdata/services/documents/gdata-documents-entry.c4
-rw-r--r--gdata/services/documents/gdata-documents-property.c2
-rw-r--r--gdata/services/documents/gdata-documents-service.c8
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-album.h2
-rw-r--r--gdata/services/picasaweb/gdata-picasaweb-service.c2
-rw-r--r--gdata/services/youtube/gdata-youtube-service.c2
7 files changed, 11 insertions, 11 deletions
diff --git a/gdata/services/contacts/gdata-contacts-contact.c b/gdata/services/contacts/gdata-contacts-contact.c
index 3fed49c6..fc577f3d 100644
--- a/gdata/services/contacts/gdata-contacts-contact.c
+++ b/gdata/services/contacts/gdata-contacts-contact.c
@@ -1433,7 +1433,7 @@ gdata_contacts_contact_get_birthday (GDataContactsContact *self, GDate *birthday
* @birthday_has_year: %TRUE if @birthday's year is relevant, %FALSE otherwise
*
* Sets the #GDataContactsContact:birthday property to @birthday and the #GDataContactsContact:birthday-has-year property to @birthday_has_year.
- * See gdata_contacts_contact_get_birthday() for an explanation of the interation between these two properties.
+ * See gdata_contacts_contact_get_birthday() for an explanation of the interaction between these two properties.
*
* If @birthday is %NULL, the contact's birthday will be removed.
*
diff --git a/gdata/services/documents/gdata-documents-entry.c b/gdata/services/documents/gdata-documents-entry.c
index ea19c885..f16cfcd3 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -1348,7 +1348,7 @@ gdata_documents_entry_get_document_properties (GDataDocumentsEntry *self)
*
* In case that there already exists a @property in "properties", the #GDataDocumentsProperty inside the list will be updated to @property. Note that #GDataDocumentsProperty:value has no role in determining the uniqueness of a #GDataDocumentsProperty.
*
- * The changes made by this function will be local only and you need to explicity update @self by calling gdata_service_update_entry().
+ * The changes made by this function will be local only and you need to explicitly update @self by calling gdata_service_update_entry().
*
* Return value: %TRUE if the @property doesn't exist in the "properties" list, or that #GDataDocumentsProperty:value of @property has been set to %NULL by a call to gdata_documents_entry_remove_documents_property(). %FALSE if @property exists in "properties" list, or in the case that @self or @property aren't of proper types.
*
@@ -1385,7 +1385,7 @@ gdata_documents_entry_add_documents_property (GDataDocumentsEntry *self, GDataDo
*
* Only #GDataDocumentsProperty:key and #GDataDocumentsProperty:visibility will be used to find @property in "properties" list. #GDataDocumentsProperty:value has no role in determining the uniqueness of a #GDataDocumentsProperty.
*
- * The changes made by this function will be local only and you need to explicity update @self by calling gdata_service_update_entry().
+ * The changes made by this function will be local only and you need to explicitly update @self by calling gdata_service_update_entry().
*
* Return value: %TRUE if @property has been successfully removed from "properties" list on @self, %FALSE otherwise.
*
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);
diff --git a/gdata/services/documents/gdata-documents-service.c b/gdata/services/documents/gdata-documents-service.c
index f0c919ee..93bc8f71 100644
--- a/gdata/services/documents/gdata-documents-service.c
+++ b/gdata/services/documents/gdata-documents-service.c
@@ -727,7 +727,7 @@ _upload_checks (GDataDocumentsService *self, GDataDocumentsDocument *document, G
*
* If @document is %NULL, only the document data will be uploaded. The new document entry will be named using @slug, and will have default metadata.
*
- * The stream returned by this function should be written to using the standard #GOutputStream methods, asychronously or synchronously. Once the stream
+ * The stream returned by this function should be written to using the standard #GOutputStream methods, asynchronously or synchronously. Once the stream
* is closed (using g_output_stream_close()), gdata_documents_service_finish_upload() should be called on it to parse and return the updated
* #GDataDocumentsDocument for the document. This must be done, as @document isn't updated in-place.
*
@@ -798,7 +798,7 @@ gdata_documents_service_upload_document (GDataDocumentsService *self, GDataDocum
* If @query is non-%NULL and #GDataDocumentsUploadQuery:convert is %FALSE, @document must be an instance of #GDataDocumentsDocument. Otherwise,
* @document must be a subclass of it, such as #GDataDocumentsPresentation.
*
- * The stream returned by this function should be written to using the standard #GOutputStream methods, asychronously or synchronously. Once the stream
+ * The stream returned by this function should be written to using the standard #GOutputStream methods, asynchronously or synchronously. Once the stream
* is closed (using g_output_stream_close()), gdata_documents_service_finish_upload() should be called on it to parse and return the updated
* #GDataDocumentsDocument for the document. This must be done, as @document isn't updated in-place.
*
@@ -868,7 +868,7 @@ _update_checks (GDataDocumentsService *self, GError **error)
* upload to fail, and the entire document will have to be re-uploaded. It is recommended that gdata_documents_service_update_document_resumable()
* be used instead.
*
- * The stream returned by this function should be written to using the standard #GOutputStream methods, asychronously or synchronously. Once the stream
+ * The stream returned by this function should be written to using the standard #GOutputStream methods, asynchronously or synchronously. Once the stream
* is closed (using g_output_stream_close()), gdata_documents_service_finish_upload() should be called on it to parse and return the updated
* #GDataDocumentsDocument for the document. This must be done, as @document isn't updated in-place.
*
@@ -931,7 +931,7 @@ gdata_documents_service_update_document (GDataDocumentsService *self, GDataDocum
* <ulink type="http" url="http://code.google.com/apis/gdata/docs/resumable_upload.html">resumable upload</ulink> which allows for correction of
* transmission errors without re-uploading the entire file. Use of this method is preferred over gdata_documents_service_update_document().
*
- * The stream returned by this function should be written to using the standard #GOutputStream methods, asychronously or synchronously. Once the stream
+ * The stream returned by this function should be written to using the standard #GOutputStream methods, asynchronously or synchronously. Once the stream
* is closed (using g_output_stream_close()), gdata_documents_service_finish_upload() should be called on it to parse and return the updated
* #GDataDocumentsDocument for the document. This must be done, as @document isn't updated in-place.
*
diff --git a/gdata/services/picasaweb/gdata-picasaweb-album.h b/gdata/services/picasaweb/gdata-picasaweb-album.h
index e228aca1..005560b4 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-album.h
+++ b/gdata/services/picasaweb/gdata-picasaweb-album.h
@@ -31,7 +31,7 @@ G_BEGIN_DECLS
/**
* GDataPicasaWebVisibility:
* @GDATA_PICASAWEB_PUBLIC: the album is visible to everyone, regardless of whether they're authenticated
- * @GDATA_PICASAWEB_PRIVATE: the album is visible only to authenticated users in a whitelist
+ * @GDATA_PICASAWEB_PRIVATE: the album is visible only to authenticated users in an allowlist
*
* Visibility statuses available for albums on PicasaWeb. For more information, see the
* <ulink type="http" url="http://code.google.com/apis/picasaweb/reference.html#Visibility">online documentation</ulink>.
diff --git a/gdata/services/picasaweb/gdata-picasaweb-service.c b/gdata/services/picasaweb/gdata-picasaweb-service.c
index 8ce73747..89dcd7ac 100644
--- a/gdata/services/picasaweb/gdata-picasaweb-service.c
+++ b/gdata/services/picasaweb/gdata-picasaweb-service.c
@@ -577,7 +577,7 @@ gdata_picasaweb_service_query_files_async (GDataPicasaWebService *self, GDataPic
* If no user is authenticated with the service, %GDATA_SERVICE_ERROR_AUTHENTICATION_REQUIRED will be returned. It is recommended to retry the
* upload after refreshing the authorization tokens held by the associated #GDataAuthorizer using gdata_authorizer_refresh_authorization().
*
- * The stream returned by this function should be written to using the standard #GOutputStream methods, asychronously or synchronously. Once the stream
+ * The stream returned by this function should be written to using the standard #GOutputStream methods, asynchronously or synchronously. Once the stream
* is closed (using g_output_stream_close()), gdata_picasaweb_service_finish_file_upload() should be called on it to parse and return the updated
* #GDataPicasaWebFile for the uploaded file. This must be done, as @file_entry isn't updated in-place.
*
diff --git a/gdata/services/youtube/gdata-youtube-service.c b/gdata/services/youtube/gdata-youtube-service.c
index 8719bd45..89d44bb5 100644
--- a/gdata/services/youtube/gdata-youtube-service.c
+++ b/gdata/services/youtube/gdata-youtube-service.c
@@ -990,7 +990,7 @@ gdata_youtube_service_query_related_async (GDataYouTubeService *self, GDataYouTu
* If @video has already been inserted, a %GDATA_SERVICE_ERROR_ENTRY_ALREADY_INSERTED error will be returned. If no user is authenticated
* with the service, %GDATA_SERVICE_ERROR_AUTHENTICATION_REQUIRED will be returned.
*
- * The stream returned by this function should be written to using the standard #GOutputStream methods, asychronously or synchronously. Once the stream
+ * The stream returned by this function should be written to using the standard #GOutputStream methods, asynchronously or synchronously. Once the stream
* is closed (using g_output_stream_close()), gdata_youtube_service_finish_video_upload() should be called on it to parse and return the updated
* #GDataYouTubeVideo for the uploaded video. This must be done, as @video isn't updated in-place.
*