summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/tcp_http.h')
-rw-r--r--src/network/core/tcp_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/tcp_http.h b/src/network/core/tcp_http.h
index 13eeb7d54..2173ae2ea 100644
--- a/src/network/core/tcp_http.h
+++ b/src/network/core/tcp_http.h
@@ -21,7 +21,7 @@
/** Callback for when the HTTP handler has something to tell us. */
struct HTTPCallback {
/**
- * An error has occured and the connection has been closed.
+ * An error has occurred and the connection has been closed.
* @note HTTP socket handler is closed/freed.
*/
virtual void OnFailure() = 0;