Practical C Programming, 3rd edition by Steve Oualline Following is the change made in the 9/99 reprint: (78) In the second code sample, the line read: float total_list[TOTAL_MAX]; /* Total value for each catigory */ It now reads: float total_list[TOTAL_MAX]; /* Total value for each category */