aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src')
-rw-r--r--lang/cpp/src/configuration.h2
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;