summaryrefslogtreecommitdiff
path: root/ext/neon
diff options
context:
space:
mode:
Diffstat (limited to 'ext/neon')
-rw-r--r--ext/neon/gstneonhttpsrc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c
index a0bf63118..7364cfa5d 100644
--- a/ext/neon/gstneonhttpsrc.c
+++ b/ext/neon/gstneonhttpsrc.c
@@ -298,7 +298,7 @@ gst_neonhttp_src_set_property (GObject * object, guint prop_id,
goto done;
}
if (!gst_neonhttp_src_set_proxy (src, proxy)) {
- GST_WARNING ("badly formated proxy");
+ GST_WARNING ("badly formatted proxy");
goto done;
}
break;
@@ -314,7 +314,7 @@ gst_neonhttp_src_set_property (GObject * object, guint prop_id,
goto done;
}
if (!gst_neonhttp_src_set_location (src, location, NULL)) {
- GST_WARNING ("badly formated location");
+ GST_WARNING ("badly formatted location");
goto done;
}
break;
@@ -429,7 +429,7 @@ gst_neonhttp_src_get_property (GObject * object, guint prop_id,
static void
oom_callback (void)
{
- GST_ERROR ("memory exeception in neon");
+ GST_ERROR ("memory exception in neon");
}
static GstFlowReturn