diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml
index bd2651b8d..96ffbfdb8 100644
--- a/chapter08/shadow.xml
+++ b/chapter08/shadow.xml
@@ -97,7 +97,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;
Fix a simple programming error by modifying a file with following command:
-sed -e "224s/rounds = SHA_ROUNDS_DEFAULT/min_&/" -i libmisc/salt.c
+sed -e "224s/rounds/min_rounds/" -i libmisc/salt.c
Prepare Shadow for compilation: