diff options
author | Andrew Dryga <[email protected]> | 2017-02-14 11:30:21 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:31:29 +0200 |
commit | f3624a5a6357f2ebbdaad8785ea0f259bedd64bc (patch) | |
tree | aa93d4fba886645806a1ea04a4462908d3884c82 /bootstrap/lib/kernel/include/inet.hrl | |
parent | 6282023d28588e4838f37ea45a060ec48ef5ba3f (diff) | |
download | otp-f3624a5a6357f2ebbdaad8785ea0f259bedd64bc.tar.gz otp-f3624a5a6357f2ebbdaad8785ea0f259bedd64bc.tar.bz2 otp-f3624a5a6357f2ebbdaad8785ea0f259bedd64bc.zip |
Fixed typos in bootstrap/lib
Diffstat (limited to 'bootstrap/lib/kernel/include/inet.hrl')
-rw-r--r-- | bootstrap/lib/kernel/include/inet.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/lib/kernel/include/inet.hrl b/bootstrap/lib/kernel/include/inet.hrl index b39df8c3f2..df788aca08 100644 --- a/bootstrap/lib/kernel/include/inet.hrl +++ b/bootstrap/lib/kernel/include/inet.hrl @@ -22,7 +22,7 @@ -record(hostent, { - h_name :: inet:hostname(), %% offical name of host + h_name :: inet:hostname(), %% official name of host h_aliases = [] :: [inet:hostname()], %% alias list h_addrtype :: 'inet' | 'inet6', %% host address type h_length :: non_neg_integer(), %% length of address |