aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2018-01-23 20:31:13 +0000
committerDmitry V. Levin <ldv@altlinux.org>2018-01-23 20:31:13 +0000
commitbd7bbb26f3f99953779fb849af1cfe22e3782925 (patch)
tree9b7b6eacffb28b81d27dd4a526fa597835d7b917
parent0a32e21951d6fec4d9dfcb13b0600c016b56905b (diff)
downloadglibc-bd7bbb26f3f99953779fb849af1cfe22e3782925.tar
glibc-bd7bbb26f3f99953779fb849af1cfe22e3782925.tar.gz
glibc-bd7bbb26f3f99953779fb849af1cfe22e3782925.tar.bz2
glibc-bd7bbb26f3f99953779fb849af1cfe22e3782925.zip
NEWS: fix spelling mistake
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index af72f9ac32..938f56d36f 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@ Major new features:
* The GNU C Library can now be compiled with support for building static
PIE executables (See --enable-static-pie in INSTALL). These static PIE
- exectuables are like static executables but can be loaded at any address
+ executables are like static executables but can be loaded at any address
and provide additional security hardening benefits at the cost of some
memory and performance. When the library is built with --enable-static-pie
the resulting libc.a is usable with GCC 8 and above to create static PIE