diff options
author | Andrew Dryga <[email protected]> | 2017-02-12 19:45:39 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:32:53 +0200 |
commit | 517db4752997cf19e18c65302d21eed1f1eb6e1b (patch) | |
tree | 76474ef64538282a614162b1bcf0c59a599310b0 /lib/kernel/include/inet.hrl | |
parent | a6f988f2c3e1e29ee046fd257f30cfc13170ad52 (diff) | |
download | otp-517db4752997cf19e18c65302d21eed1f1eb6e1b.tar.gz otp-517db4752997cf19e18c65302d21eed1f1eb6e1b.tar.bz2 otp-517db4752997cf19e18c65302d21eed1f1eb6e1b.zip |
Fixed typos in lib/kernel
Diffstat (limited to 'lib/kernel/include/inet.hrl')
-rw-r--r-- | lib/kernel/include/inet.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/include/inet.hrl b/lib/kernel/include/inet.hrl index b39df8c3f2..df788aca08 100644 --- a/lib/kernel/include/inet.hrl +++ b/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 |