Skip to content

Commit a4c7214

Browse files
committed
Minor spelling fix: s/familiy/family/
1 parent aaed567 commit a4c7214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ifaddrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl Iterator for InterfaceAddressIterator {
110110
///
111111
/// Note that the underlying implementation differs between OSes. Only the
112112
/// most common address families are supported by the nix crate (due to
113-
/// lack of time and complexity of testing). The address familiy is encoded
113+
/// lack of time and complexity of testing). The address family is encoded
114114
/// in the specific variant of `SockAddr` returned for the fields `address`,
115115
/// `netmask`, `broadcast`, and `destination`. For any entry not supported,
116116
/// the returned list will contain a `None` entry.

0 commit comments

Comments
 (0)