diff options
author | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:32 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-10-13 07:21:47 +0000 |
commit | bd448c9cbf43d644c6175eb1795f4bb74128de16 (patch) | |
tree | fa99c748b33ddc93af2c37d60f3bd2b63e9aae09 /lang/cpp/src/configuration.h | |
parent | doc: Fix typos in documentation and source code comments (diff) | |
download | gpgme-bd448c9cbf43d644c6175eb1795f4bb74128de16.tar.gz gpgme-bd448c9cbf43d644c6175eb1795f4bb74128de16.zip |
cpp,doc: Fix typos in API documentation and source code comments
--
Anonymous contribution
Signed-off-by: Ingo Klöcker <[email protected]>
Diffstat (limited to 'lang/cpp/src/configuration.h')
-rw-r--r-- | lang/cpp/src/configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |