summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/users_guide/runtime_control.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst
index 701ad9422b..5d3b24adac 100644
--- a/docs/users_guide/runtime_control.rst
+++ b/docs/users_guide/runtime_control.rst
@@ -229,7 +229,7 @@ To use an :c:type:`EventLogWriter` the RTS API provides the following functions:
.. c:function:: bool startEventLogging(const EventLogWriter *writer)
Start logging events to the given :c:type:`EventLogWriter`. Returns true on
- success or false is another writer has already been configured.
+ success or false if another writer has already been configured.
.. c:function:: void endEventLogging()