Help with 'Creating first project' project :')

this is my first time on corona and lua and im already stuck, theres a video but im still failing

heres the video https://www.youtube.com/watch?v=kalbVE9QgMs im at the 1:12 mark but its not working

[lua]physics.addbody( ground, “static”, { friction=0.5, bounce=0.3 } )[/lua]

 but it gives me

 

"Attempt to call field ‘addbody’ (a nil value)

 

stack traceback:main.lua:10: in main chunk"

 

halp please 

 

You’re ‘b’ should be capitalized.

Try this: physics.addBody( ground, “static”, { friction=0.5, bounce=0.3 } )

-Saer

Thank you so much

Damn you lua and your case sensitiveness

You’re ‘b’ should be capitalized.

Try this: physics.addBody( ground, “static”, { friction=0.5, bounce=0.3 } )

-Saer

Thank you so much

Damn you lua and your case sensitiveness