From: Tim-Philipp Müller Date: Tue, 4 Aug 2015 15:28:17 +0000 (+0100) Subject: soup: fix typo in translated string X-Git-Tag: 1.19.3~509^2~3364 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1143041edc28a2aa4b7bef827f05f4d572cf996;p=platform%2Fupstream%2Fgstreamer.git soup: fix typo in translated string https://bugzilla.gnome.org/show_bug.cgi?id=753240 --- diff --git a/ext/soup/gstsouphttpsrc.c b/ext/soup/gstsouphttpsrc.c index 4a270d3f98..3259a1eed3 100644 --- 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 occurred, or the server closed the connection " "unexpectedly.")); src->ret = GST_FLOW_ERROR; }