s/accured/occurred/g
authorThibault Saunier <tsaunier@igalia.com>
Fri, 18 Jan 2019 20:25:11 +0000 (17:25 -0300)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Tue, 29 Jan 2019 00:06:32 +0000 (00:06 +0000)
ges/ges-asset.c
ges/ges-project.c
ges/ges-transition-clip.c
ges/ges-xml-formatter.c

index 8cd52b7..0e6f5e7 100644 (file)
@@ -131,7 +131,7 @@ struct _GESAssetPrivate
   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;
 };
 
index 3cd5e63..55dac24 100644 (file)
@@ -528,7 +528,7 @@ ges_project_class_init (GESProjectClass * klass)
   /**
    * 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
index dda64cf..c405cc3 100644 (file)
@@ -101,7 +101,7 @@ ges_transition_clip_update_vtype_internal (GESClip *
     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);
   }
index 2af5220..6d99421 100644 (file)
@@ -841,7 +841,7 @@ static void
 _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);
 }
 
 /***********************************************