Chapter 3. Hooks, Actions, and Triggers, Page 47

Location on the page: 
near the top
Chapter: 
3. Hooks, Actions, and Triggers
Error: 

for ($i=1; $i < $context['beeps']; $i++)

Correction: 

($i=0; ...)

Description of the Error: 

In my paper copy and the electronic version that I just downloaded (30 Jan 09) from the APress Website, the code in wrong near the top of page 47. Off by one error. Loop will terminate early. The problem does not exist in the downloadable code.