Fix typo in variable name

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2317 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Tom Morris 2011-10-11 16:26:21 +00:00
parent 55c3fdebab
commit da0e68dd76

View File

@ -212,7 +212,7 @@ Refine.DefaultImportingController.prototype.updateFormatAndOptions = function(op
},
function(o) {
if (o.status == 'error') {
if (o.messgae) {
if (o.message) {
alert(o.message);
} else {
var messages = [];