aboutsummaryrefslogtreecommitdiffstats
path: root/man3/inet.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/inet.3')
-rw-r--r--man3/inet.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/inet.3 b/man3/inet.3
index 87a60e66bd..225c1055ad 100644
--- a/man3/inet.3
+++ b/man3/inet.3
@@ -113,7 +113,7 @@ Internet, is Most Significant Byte first (big endian).
.SH NOTE
When you using numbers-and-dots notation for addresses,
be aware that each number will be interpreted as octal
-if preceeded by a 0 and as hexadecimal if preceeded by 0x.
+if preceded by a 0 and as hexadecimal if preceded by 0x.
For example, \fBinet_aton("226.000.000.037", &t)\fP will
interpret the address as \fI266.0.0.31\fP and not \fI226.0.0.37\fP.
.SH "GLIBC NOTES"