fix trivial distination -> destination
authorMarc Leeman <m.leeman@televic.com>
Wed, 8 Jun 2022 12:11:57 +0000 (14:11 +0200)
committerMarc Leeman <m.leeman@televic.com>
Wed, 8 Jun 2022 12:40:09 +0000 (14:40 +0200)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2573>

subprojects/gst-plugins-good/docs/gst_plugins_cache.json
subprojects/gst-plugins-good/gst/udp/gstmultiudpsink.c

index 7f29364..8e4dde6 100644 (file)
                         "writable": true
                     },
                     "send-duplicates": {
-                        "blurb": "When a distination/port pair is added multiple times, send packets multiple times as well",
+                        "blurb": "When a destination/port pair is added multiple times, send packets multiple times as well",
                         "conditionally-available": false,
                         "construct": false,
                         "construct-only": false,
index dce13da..eba529f 100644 (file)
@@ -333,7 +333,7 @@ gst_multiudpsink_class_init (GstMultiUDPSinkClass * klass)
    */
   g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_SEND_DUPLICATES,
       g_param_spec_boolean ("send-duplicates", "Send Duplicates",
-          "When a distination/port pair is added multiple times, send packets "
+          "When a destination/port pair is added multiple times, send packets "
           "multiple times as well", DEFAULT_SEND_DUPLICATES,
           G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));