From 6e699b57554165dfd10375e034094b20baa3f195 Mon Sep 17 00:00:00 2001 From: Reyders Morales <39070043+reymor@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:59:24 +0200 Subject: [PATCH] typo in application.hpp (#471) --- interface/vsomeip/application.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/vsomeip/application.hpp b/interface/vsomeip/application.hpp index 10ead3efe..c9cbef803 100644 --- a/interface/vsomeip/application.hpp +++ b/interface/vsomeip/application.hpp @@ -407,7 +407,7 @@ class application { * * \brief Sends a message. * - * Serializes the specified message object, determines the taget and sends + * Serializes the specified message object, determines the target and sends * the message to the target. For requests, the request identifier is * automatically built from the client identifier and the session * identifier.