Chapter 10. The Form API, Page 234

Location on the page: 
In the function formexample_nameform_submit()
Chapter: 
10. The Form API
Error: 

function formexample_nameform_submit($form_id, $form_state) {

Correction: 

It should be:
function formexample_nameform_submit($form_id, $form_state) {

Description of the Error: 

There was a change in the variables passed, compare it to page 230, last paragraph function.