From 1535b76dcad28d8e0032871995618547df3b86e6 Mon Sep 17 00:00:00 2001 From: Ryan McAllen Date: Wed, 8 May 2013 14:04:16 -0300 Subject: [PATCH] Spelling: initialisation -> initialization --- api/fnReloadAjax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/fnReloadAjax.js b/api/fnReloadAjax.js index 1b5824c..2e3f654 100644 --- a/api/fnReloadAjax.js +++ b/api/fnReloadAjax.js @@ -1,5 +1,5 @@ /** - * By default DataTables only uses the sAjaxSource variable at initialisation + * By default DataTables only uses the sAjaxSource variable at initialization * time, however it can be useful to re-read an Ajax source and have the table * update. Typically you would need to use the fnClearTable() and fnAddData() * functions, however this wraps it all up in a single function call.