aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter08/gcc.xml2
-rw-r--r--chapter11/afterlfs.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml
index c5c446e9a..a36720374 100644
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@ -112,7 +112,7 @@ cd build</userinput></screen>
PIE (position-independent executable) is a technique to produce
binary programs that can be loaded anywhere in memory. Without PIE,
the security feature named ASLR (Address Space Layout Randomization)
- can be applied for the shared libraries, but not the exectutable
+ can be applied for the shared libraries, but not the executable
itself. Enabling PIE allows ASLR for the executables in addition to
the shared libraries, and mitigates some attacks based on fixed
addresses of sensitive code or data in the executables.
diff --git a/chapter11/afterlfs.xml b/chapter11/afterlfs.xml
index 6921f1785..4afc8ecf7 100644
--- a/chapter11/afterlfs.xml
+++ b/chapter11/afterlfs.xml
@@ -77,7 +77,7 @@
<para>
This method provides a complete graphical environment where a full
- featured browser and copy/paste capabilites are available. This method
+ featured browser and copy/paste capabilities are available. This method
allows using applications like the host's version of wget to download
package sources to a location available when working in the chroot
envirnment.