Skip to content

Commit

Permalink
Fix paf.h spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Mattias Rönnblom <[email protected]>
  • Loading branch information
m-ronnblom committed May 10, 2021
1 parent 4322960 commit f0e605a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/paf.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern "C" {
* All the functions in this API are non-blocking in the sense that no
* blocking system calls are made.
*
* For simplicity, the library implementing this API is refered to as
* For simplicity, the library implementing this API is referred to as
* @c libpaf, although there might be other implementations as well.
*
* @section domains Service Discovery Domains
Expand Down Expand Up @@ -87,8 +87,8 @@ extern "C" {
*
* The server object must have a key "address", with a string value.
*
* In case the transport protocol uses TLS, three optional keys may
* be presented in the server object:
* In case the transport protocol uses TLS, three optional keys may be
* present in the server object:
*
* - "tlsCertificateFile": the leaf certificate to use.
* - "tlsKeyFile": the private key corresponding to the leaf certificate.
Expand Down

0 comments on commit f0e605a

Please sign in to comment.