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 8cd52b731b9e32c835b453d9768fbd2e40bedbbe..0e6f5e792d936356dbde3f80ef9c28ab092e0819 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 3cd5e637241eba453123baf1413b5155c81c753f..55dac24bdbd352e8cb9590a13bc2ed87c2932c20 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 dda64cf6ae762190ef5fffc8e2853c26035a52d5..c405cc3db46410896e4d4e78878600387762350e 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 2af5220861c8519071238df1c0a2d57cd8d363a0..6d99421b1f0c4c746ab087f555d38045d340837c 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);
 }
 
 /***********************************************