Page Chapter 3. Module-Specific Settings, Page 28

Location on the page: 
line 80 in annotate.module file
Error: 

code is corrrect in book, but in zip file for chapter 3, there is a typo in line 80 of module.info file:
if (!is_numeric($form_values['annotation_limit_per_node'])) {
should be
if (!is_numeric($form_values['annotate_limit_per_node'])) {