summaryrefslogtreecommitdiff
path: root/ext/curl/gstcurlhttpsrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/gstcurlhttpsrc.h')
-rw-r--r--ext/curl/gstcurlhttpsrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/gstcurlhttpsrc.h b/ext/curl/gstcurlhttpsrc.h
index 4bf0849e9..36d1de4f7 100644
--- a/ext/curl/gstcurlhttpsrc.h
+++ b/ext/curl/gstcurlhttpsrc.h
@@ -98,7 +98,7 @@ typedef enum
#ifdef CURL_VERSION_HTTP2
GSTCURL_HTTP_VERSION_2_0,
#endif
- GSTCURL_HTTP_NOT, /* For future use, incase not HTTP protocol! */
+ GSTCURL_HTTP_NOT, /* For future use if HTTP protocol not used! */
GSTCURL_HTTP_VERSION_MAX
} GstCurlHttpVersion;