From f9f16c9053952d46629f845377b91ef11a8a743b Mon Sep 17 00:00:00 2001
From: Fabian Reister <fabian.reister@kit.edu>
Date: Thu, 27 May 2021 14:04:35 +0200
Subject: [PATCH] fixing typo

---
 source/RobotAPI/components/ArViz/Client/ScopedClient.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/RobotAPI/components/ArViz/Client/ScopedClient.h b/source/RobotAPI/components/ArViz/Client/ScopedClient.h
index 23271b5ba..11a64bd1e 100644
--- a/source/RobotAPI/components/ArViz/Client/ScopedClient.h
+++ b/source/RobotAPI/components/ArViz/Client/ScopedClient.h
@@ -28,7 +28,7 @@ namespace armarx::viz
     /**
      * @brief `viz::Client` that will delete (clear) committed layers when destroyed.
      *
-     * Note that, as a consequence, a network call be performed in the destructor.
+     * Note that, as a consequence, a network call will be performed in the destructor.
      *
      * This might be useful if you have a class `MyTask` perform visualizing while performing some task,
      * but whose visualization should be removed when the task finished.
-- 
GitLab