This page lists confirmed errors fixed in reprints. Windows PowerShell Cookbook, 1e by Lee Holmes The catalog page for this title is http://www.oreilly.com/catalog/9780596528492/ This page was last updated June 17, 2008. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy or the digital version accessed. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem Confirmed errors fixed in reprints: (xxvii) First Paragraph; I am the technical editors that Lee thanked as "Christina Lemaire." While my formal name is "Christina LeMaire," I generally go by "Chrissy LeMaire." (Please note the capital M.) (179,184-5) Under Solution heading, 3rd paragraph; Celsius is misspelled in the program examples throughout the *online* program examples in http://examples.oreilly.com/9780596528492/PowerShellCookbook_Samples.zip. NOTE: This error has been corrected in the printed book. "Celcius" should read "Celsius" "ConvertFahrenheitToCelcius" should read "ConvertFahrenheitToCelsius" "$celcius" should read "$celsius" There are 3 programs containing these errors: * ConvertFrom-FahrenheitWithoutFunction.ps1 * ConvertFrom-FahrenheitWithFunction.ps1 * ConvertFrom-FahrenheitWithLibrary.ps1