summaryrefslogtreecommitdiffstats
path: root/src/providers/data_provider/dp_request.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/data_provider/dp_request.c')
-rw-r--r--src/providers/data_provider/dp_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/data_provider/dp_request.c b/src/providers/data_provider/dp_request.c
index a6bc020e0..295758a76 100644
--- a/src/providers/data_provider/dp_request.c
+++ b/src/providers/data_provider/dp_request.c
@@ -412,7 +412,7 @@ static void dp_terminate_request(struct dp_req *dp_req)
{
if (dp_req->handler_req == NULL) {
/* This may occur when the handler already finished but the caller
- * of dp request did not yet recieved data/free dp_req. We just
+ * of dp request did not yet received data/free dp_req. We just
* return here. */
return;
}