aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/execve.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/execve.2 b/man2/execve.2
index c6c341e30f..2e0fa3641b 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -82,7 +82,7 @@ the environment should be accessed via the external variable
.BR environ (7).
.BR execve ()
-does not return on success, and the text, inititialized data,
+does not return on success, and the text, initialized data,
uninitialized data (bss), and stack of the calling process are overwritten
according to the contents of the newly loaded program.