summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-09-02 15:08:44 -0400
committerAaron Boxer <aaron.boxer@collabora.com>2019-11-05 09:11:25 -0500
commit6d3429af34ed0b5905faf32d2f22b9db2451f116 (patch)
treef18e8fed7a80ddd4db89a76bab109fcd37a76819 /tools
parent2386858a9179aff2ec249bdffa904bf407de455f (diff)
downloadgstreamer-plugins-bad-6d3429af34ed0b5905faf32d2f22b9db2451f116.tar.gz
documentation: fixed a heap o' typos
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-transcoder.c6
-rw-r--r--tools/utils.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/gst-transcoder.c b/tools/gst-transcoder.c
index 553aea210..1b5bbc570 100644
--- a/tools/gst-transcoder.c
+++ b/tools/gst-transcoder.c
@@ -42,8 +42,8 @@ static const gchar *HELP_SUMMARY =
"GstEncodingProfile serialization format\n"
"---------------------------------------\n"
"\n"
- "GStreamer encoding profiles can be descibed with a quite extensive\n"
- "syntax which is descibed in the GstEncodingProfile documentation.\n"
+ "GStreamer encoding profiles can be described with a quite extensive\n"
+ "syntax which is described in the GstEncodingProfile documentation.\n"
"\n"
"The simple case looks like:\n"
"\n"
@@ -237,7 +237,7 @@ _error_cb (GstTranscoder * transcoder, GError * err, GstStructure * details)
"msg-source-type", G_TYPE_GTYPE, &type, NULL) &&
type == g_type_from_name ("GstTranscodeBin")) {
error ("\nCould not setup transcoding pipeline,"
- " make sure that you transcoding format parametters"
+ " make sure that your transcoding format parameters"
" are compatible with the input stream.");
return;
diff --git a/tools/utils.c b/tools/utils.c
index 4f855c565..1ef12adcb 100644
--- a/tools/utils.c
+++ b/tools/utils.c
@@ -167,7 +167,7 @@ get_profile_type (GstEncodingProfile * profile)
else if (GST_IS_ENCODING_VIDEO_PROFILE (profile))
return "Video";
else
- return "Unkonwn";
+ return "Unknown";
}
static void