From c0fe8d9084528245a142c3953ddc8dc3484aa4f4 Mon Sep 17 00:00:00 2001
From: thodkatz <thodkatz@gmail.com>
Date: Thu, 29 Nov 2018 10:48:30 +0200
Subject: [PATCH] A minor correction in a comment

---
 inc/Services/RequestVerificationService.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/Services/RequestVerificationService.hpp b/inc/Services/RequestVerificationService.hpp
index 37747fdd..695c939f 100644
--- a/inc/Services/RequestVerificationService.hpp
+++ b/inc/Services/RequestVerificationService.hpp
@@ -28,7 +28,7 @@ public:
 	 * accepted successfully and the format is defined from the standard
 	 *
 	 * @todo The values of the data types that the data field(data[]) is consisted have
-	 * determined limits so when the declaration will happen should be treated with attention
+	 * determined limits so when the assign will happen should be treated with attention
 	 */
 	void successAcceptanceVerification(Message &request);
 
-- 
GitLab