Page Chapter 9. Working with Blocks, Page 144

Location on the page: 
bottom of the page, under "Displaying a Block to Logged-In Users Only"
Error: 

Only return TRUE when $user->id is not 0.

Correction: 

Only return TRUE when $user->uid is not 0.

Description of the Error: 

typo in the uid-property of the $user object.