Skip to content

Commit

Permalink
Fixed typo (openhab#4956)
Browse files Browse the repository at this point in the history
Changed 'forth' to 'fourth'.

Signed-off-by: Pshatsillo <[email protected]>
  • Loading branch information
patmalcolm91 authored and Pshatsillo committed Jun 19, 2019
1 parent 59b591f commit 4705ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/binding/org.openhab.binding.mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ A third connection uses a username and password for authentication.
Secure is set to false as the username and password is requested by the broker.
The credentials are plain values on the wire, therefore you should only use this on a secure connection.

In a forth connection, the public key pinning is enabled again.
In a fourth connection, the public key pinning is enabled again.
This time, a public key hash is provided to pin the connection to a specific server.
It follows the form "hashname:hashvalue". Valid *hashnames* are SHA-1, SHA-224, SHA-256, SHA-384, SHA-512 and all others listed
in [Java MessageDigest Algorithms](https://docs.oracle.com/javase/9/docs/specs/security/standard-names.html#messagedigest-algorithms).
Expand Down

0 comments on commit 4705ce8

Please sign in to comment.