Page Chapter 23. Installation Profiles, Page 360

Location on the page: 
Middle of page, in function univirsity_profile_modules() example code
Error: 

'help' module is listed both under "// Enable required core modules" (we assume this line is necessary) and "// Enable optional core modules"

Correction: 

According to the Drupal 5.1 modules administration page, help is an optional core module.

The list under "// Enable required core modules" should now read:
'block', 'filter', 'node', 'system', 'user', 'watchdog',

Description of the Error: 

typo or copy-paste type of error