From c713203cdaa9a30264e830ff0c139f8abf663cbb Mon Sep 17 00:00:00 2001
From: Tristan Cavelier <tristan.cavelier@tiolive.com>
Date: Wed, 28 Aug 2013 11:10:19 +0200
Subject: [PATCH] typo fixed

---
 src/jio/core/IODeferred.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/jio/core/IODeferred.js b/src/jio/core/IODeferred.js
index bdb2e5f..a52ef7c 100644
--- a/src/jio/core/IODeferred.js
+++ b/src/jio/core/IODeferred.js
@@ -77,7 +77,7 @@ IODeferred.prototype.resolve = function (a, b) {
     return this.reject(
       'internal_storage_error',
       'invalid response',
-      this._method + ' method needs a dict as returnd "data".'
+      this._method + ' method needs a dict as returned "data".'
     );
   }
   //return super_resolve(deepClone(weak));
-- 
2.30.9