GList *proxies;
GESAsset *proxy_target;
- /* The error that accured when an asset has been initialized with error */
+ /* The error that occurred when an asset has been initialized with error */
GError *error;
};
/**
* GESProject::error-loading-asset:
* @project: the #GESProject on which a problem happend when creted a #GESAsset
- * @error: The #GError defining the error that accured, might be %NULL
+ * @error: The #GError defining the error that occured, might be %NULL
* @id: The @id of the asset that failed loading
* @extractable_type: The @extractable_type of the asset that
* failed loading
GESAsset *asset =
ges_asset_request (GES_TYPE_TRANSITION_CLIP, asset_id, NULL);
- /* We already checked the value, so we can be sure no error will accured */
+ /* We already checked the value, so we can be sure no error occurred */
ges_extractable_set_asset (GES_EXTRACTABLE (self), asset);
gst_object_unref (asset);
}
_error_parsing (GMarkupParseContext * context, GError * error,
gpointer user_data)
{
- GST_WARNING ("Error accured when parsing %s", error->message);
+ GST_WARNING ("Error occurred when parsing %s", error->message);
}
/***********************************************