projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae3169
)
soup: fix typo in translated string
author
Tim-Philipp Müller
<tim@centricular.com>
Tue, 4 Aug 2015 15:28:17 +0000
(16:28 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 4 Aug 2015 15:28:17 +0000
(16:28 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=753240
ext/soup/gstsouphttpsrc.c
patch
|
blob
|
history
diff --git
a/ext/soup/gstsouphttpsrc.c
b/ext/soup/gstsouphttpsrc.c
index
4a270d3
..
3259a1e
100644
(file)
--- a/
ext/soup/gstsouphttpsrc.c
+++ b/
ext/soup/gstsouphttpsrc.c
@@
-1540,7
+1540,7
@@
gst_soup_http_src_parse_status (SoupMessage * msg, GstSoupHTTPSrc * src)
src->ret = GST_FLOW_CUSTOM_ERROR;
} else {
SOUP_HTTP_SRC_ERROR (src, msg, RESOURCE, READ,
- _("A network error occured, or the server closed the connection "
+ _("A network error occur
r
ed, or the server closed the connection "
"unexpectedly."));
src->ret = GST_FLOW_ERROR;
}