From e15342225cc14f56849fffc2170d6bf75a28808c Mon Sep 17 00:00:00 2001 From: iBiryukov Date: Fri, 10 Aug 2012 19:46:06 +0200 Subject: [PATCH] Small Typo Fix --- media/src/core/core.data.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media/src/core/core.data.js b/media/src/core/core.data.js index fc3f9acc..1e49a792 100644 --- a/media/src/core/core.data.js +++ b/media/src/core/core.data.js @@ -1,5 +1,4 @@ - /** * Add a data array to the table, creating DOM node etc. This is the parallel to * _fnGatherData, but for adding rows from a Javascript source, rather than a @@ -64,7 +63,7 @@ function _fnAddData ( oSettings, aDataSupplied ) /* Add to the display array */ oSettings.aiDisplayMaster.push( iRow ); - /* Create the DOM imformation */ + /* Create the DOM information */ if ( !oSettings.oFeatures.bDeferRender ) { _fnCreateTr( oSettings, iRow );