Pman.Gnumeric.js
[Pman.Core] / Pman.Request.js
index 6cc8206..b4db0f0 100644 (file)
@@ -103,7 +103,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, {
         if (this.mask && this.maskEl) {
             Roo.get(this.maskEl).unmask(true);
         }
-        if(!this.showFailtureDialog){
+        if(!this.showFailureDialog){
             return;
         }
         if (res !== true) {
@@ -119,4 +119,4 @@ Roo.extend(Pman.Request, Roo.data.Connection, {
             
         }
     }
-});
\ No newline at end of file
+});