Spelling/grammar fixes.

This commit is contained in:
Roger A. Light 2020-07-14 16:44:33 +01:00
parent b7911f191b
commit 873e580a00
4 changed files with 5 additions and 5 deletions

View File

@ -1182,7 +1182,7 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S
<listitem>
<para>Set <option>use_username_as_clientid</option> to
true to replace the clientid that a client
connected with with its username. This allows
connected with its username. This allows
authentication to be tied to the clientid, which
means that it is possible to prevent one client
disconnecting another by using the same
@ -1926,7 +1926,7 @@ topic clients/total in 0 test/mosquitto/org/ $SYS/broker/
disable the hostname verification.</para>
<para>Setting this option to
<replaceable>true</replaceable> means that a
malicious third party could potentially inpersonate
malicious third party could potentially impersonate
your server, so it should always be set to
<replaceable>false</replaceable> in production
environments.</para>

View File

@ -26,7 +26,7 @@ The documentation of the library is currently ongoing... There is an overview
of most of the function calls and an example in the [libmosquitto.3] man page,
but complete coverage can be found in the mosquitto.h man page. This, combined
with the class details in mosquittopp.h can be used to help use the C++
library. The python module isn't documented due to it's extremely changeable
library. The python module isn't documented due to its extremely changeable
state, but there is an example in the python directory.
Other changes:

View File

@ -9,7 +9,7 @@
.. type: text
-->
This is an update with some features and and bug fixes. The most significant
This is an update with some features and bug fixes. The most significant
change is configuration reloading support. This will be improved to include
bridge reloading in the future.

View File

@ -34,7 +34,7 @@ authentication plugins in mosquitto.
* When a durable client reconnects, its queued messages are now checked
against ACLs in case of a change in username/ACL state since it last
connected.
* Anonymous clients are no longer accidently disconnected from the broker
* Anonymous clients are no longer accidentally disconnected from the broker
after a SIGHUP.
* Fix bug [#1324411], which could have had unexpected consequences for delayed
messages in rare circumstances.