Background Emergency

UPDATE FIXED SPELLING ERROR PROBLEM SOLVED!!! WITH HELP FROM IRC MODS DELETE THREAD

[import]uid: 127028 topic_id: 24594 reply_id: 324594[/import]

Whars wrong with newImage and iPad3?
Im using build 772 and this code, all working fine on iPad 3

But my image is 1024 WIDE and 768 high, running landscape.
local sp = display.newImage(splashScr,“Bookshelf.png”,true)
sp.x = display.contentWidth / 2
sp.y = display.contentHeight / 2
config.lua:

application =
{
content =
{
width = 768,
height = 1024,
scale = “letterbox”
},
} [import]uid: 108660 topic_id: 24594 reply_id: 99590[/import]