README: Fix typos

Closes strongswan/strongswan#110.
This commit is contained in:
Tom Schlenkhoff 2018-08-06 13:24:18 +02:00 committed by Tobias Brunner
parent 6ccfeeb1d8
commit 46f482ca54
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ for example.
The defined packet types optionally wrap a message with additional data. The defined packet types optionally wrap a message with additional data.
Messages are currently used in CMD_REQUEST/CMD_RESPONSE, and in EVENT packets. Messages are currently used in CMD_REQUEST/CMD_RESPONSE, and in EVENT packets.
A message uses a hierarchial tree of sections. Each section (or the implicit A message uses a hierarchical tree of sections. Each section (or the implicit
root section) contains an arbitrary set of key/value pairs, lists and root section) contains an arbitrary set of key/value pairs, lists and
sub-sections. The length of a message is not part of the message itself, but sub-sections. The length of a message is not part of the message itself, but
the wrapping layer, usually calculated from the transport byte sequence length. the wrapping layer, usually calculated from the transport byte sequence length.
@ -140,7 +140,7 @@ Consider the following structure using pseudo-markup for this example:
list1 = [ item1, item2 ] list1 = [ item1, item2 ]
} }
The example above reprensents a valid tree structure, that gets encoded as The example above represents a valid tree structure, that gets encoded as
the following C array: the following C array:
char msg[] = { char msg[] = {