From bd448c9cbf43d644c6175eb1795f4bb74128de16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Fri, 13 Oct 2023 09:18:32 +0200 Subject: cpp,doc: Fix typos in API documentation and source code comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -- Anonymous contribution Signed-off-by: Ingo Klöcker --- lang/cpp/src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/cpp/src/configuration.h') diff --git a/lang/cpp/src/configuration.h b/lang/cpp/src/configuration.h index 24995dd4..286b7c02 100644 --- a/lang/cpp/src/configuration.h +++ b/lang/cpp/src/configuration.h @@ -190,7 +190,7 @@ public: /*! The value that is in the config file (or null, if it's not set). */ Argument activeValue() const; - /*! The value that is in this object, ie. either activeValue(), newValue(), or defaultValue() */ + /*! The value that is in this object, i.e. either activeValue(), newValue(), or defaultValue() */ Argument currentValue() const; Argument newValue() const; -- cgit v1.2.3