[SOLVED] LCD library: LeftToRight

at LiquidCrystal - Arduino Reference
there is a typo under "Syntax"
It says, "lcd.leftTorRight()"
it should be changed to "lcd.leftToRight()".

The mistake is an extra "r" before the capitol "R" int "Right".

Thanks!

thank you, I corrected it

/d