diff --git a/pagination/ellipses.js b/pagination/ellipses.js index 8ad71cf..25d3733 100644 --- a/pagination/ellipses.js +++ b/pagination/ellipses.js @@ -11,12 +11,12 @@ * _iLastPage. * * Note that DataTables 1.10 has this ability built in. As such, this plug-ins - * has been marked as depreciated, but may still be useful for if you are using + * has been marked as deprecated, but may still be useful for if you are using * an old version of DataTables. * * @name Ellipses * @summary Show ellipses in the pagination control where there is a gap in numbers - * @depreciated + * @deprecated * @author [Dave Kennedy](http://daveden.wordpress.com/) * @example * $(document).ready(function() { diff --git a/pagination/four_button.js b/pagination/four_button.js index db59afa..34b4f49 100644 --- a/pagination/four_button.js +++ b/pagination/four_button.js @@ -6,11 +6,11 @@ * * DataTables has this ability built in using the `dt-string full` option of * the `dt-init pagingType` initialisation option. As such, this plug-in is - * marked as depreciated. + * marked as deprecated. * * @name Four button navigation * @summary Display forward, back, first and last buttons. - * @depreciated + * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk) * * @example diff --git a/sorting/currency.js b/sorting/currency.js index a8072ab..b99a677 100644 --- a/sorting/currency.js +++ b/sorting/currency.js @@ -4,12 +4,12 @@ * manually) while taking account of the currency symbol ($ or £ by default). * * DataTables 1.10+ has currency sorting abilities built-in and will be - * automatically detected. As such this plug-in is marked as depreciated, but + * automatically detected. As such this plug-in is marked as deprecated, but * might be useful when working with old versions of DataTables. * * @name Currency * @summary Sort data numerically when it has a leading currency symbol. - * @depreciated + * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk) * * @example diff --git a/sorting/formatted-numbers.js b/sorting/formatted-numbers.js index a534ffa..3fabb88 100644 --- a/sorting/formatted-numbers.js +++ b/sorting/formatted-numbers.js @@ -4,12 +4,12 @@ * non-numeric data. * * DataTables 1.10+ has formatted number detection and sorting abilities built- - * in. As such this plug-in is marked as depreciated, but might be useful when + * in. As such this plug-in is marked as deprecated, but might be useful when * working with old versions of DataTables. * * @name Formatted numbers * @summary Sort numbers which are displayed with thousand separators - * @depreciated + * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk) * * @example diff --git a/sorting/num-html.js b/sorting/num-html.js index 2d31b36..7da35f6 100644 --- a/sorting/num-html.js +++ b/sorting/num-html.js @@ -6,12 +6,12 @@ * easier. * * DataTables 1.10+ has HTML numeric data type detection and sorting abilities - * built-in. As such this plug-in is marked as depreciated, but might be useful + * built-in. As such this plug-in is marked as deprecated, but might be useful * when working with old versions of DataTables. * * @name Numbers with HTML * @summary Sort data which is a mix of HTML and numeric data. - * @depreciated + * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk) * * @example diff --git a/sorting/numeric-comma.js b/sorting/numeric-comma.js index 27248e4..99ebd0a 100644 --- a/sorting/numeric-comma.js +++ b/sorting/numeric-comma.js @@ -10,7 +10,7 @@ * * @name Commas for decimal place * @summary Sort numbers correctly which use a common as the decimal place. - * @depreciated + * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk) * * @example diff --git a/sorting/percent.js b/sorting/percent.js index 05e5f1d..07a1e16 100644 --- a/sorting/percent.js +++ b/sorting/percent.js @@ -2,12 +2,12 @@ * Sort numeric data which has a percent sign with it. * * DataTables 1.10+ has percentage data type detection and sorting abilities - * built-in. As such this plug-in is marked as depreciated, but might be useful + * built-in. As such this plug-in is marked as deprecated, but might be useful * when working with old versions of DataTables. * * @name Percentage * @summary Sort numeric data with a postfixed percentage symbol - * @depreciated + * @deprecated * @author [Jonathan Romley](http://jonathanromley.org/) * * @example diff --git a/sorting/title-numeric.js b/sorting/title-numeric.js index eeacfe9..fd076ce 100644 --- a/sorting/title-numeric.js +++ b/sorting/title-numeric.js @@ -9,11 +9,11 @@ * * Note that the HTML5 `data-sort` attribute can be [used to supply sorting data * to DataTables](//datatables.net/manual/orthogonal-data) and is preferable to - * using this method, which is therefore marked as depreciated. + * using this method, which is therefore marked as deprecated. * * @name Hidden title numeric sorting * @summary Sort data numerically based on an attribute on an empty element. - * @depreciated + * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk) * * @example diff --git a/sorting/title-string.js b/sorting/title-string.js index 068420d..2f2f35d 100644 --- a/sorting/title-string.js +++ b/sorting/title-string.js @@ -6,11 +6,12 @@ * * Note that the HTML5 `data-sort` attribute can be [used to supply sorting data * to DataTables](//datatables.net/manual/orthogonal-data) and is preferable to - * using this method, which is therefore marked as depreciated. + * using this method, which is therefore marked as deprecated. * * @name Hidden title string sorting * @summary Sort data as a string based on an attribute on an empty element. * @author [Allan Jardine](http://sprymedia.co.uk) + * @deprecated * * @example * $('#example').dataTable( { diff --git a/type-detection/currency.js b/type-detection/currency.js index 56f0e78..9a09885 100644 --- a/type-detection/currency.js +++ b/type-detection/currency.js @@ -5,12 +5,12 @@ * in conjunction with the currency sorting plug-in. * * DataTables 1.10+ has currency sorting abilities built-in and will be - * automatically detected. As such this plug-in is marked as depreciated, but + * automatically detected. As such this plug-in is marked as deprecated, but * might be useful when working with old versions of DataTables. * * @name Currency * @summary Detect data of numeric type with a leading currency symbol. - * @depreciated + * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk), Nuno Gomes */ diff --git a/type-detection/formatted-num.js b/type-detection/formatted-num.js index b547d08..24d7349 100644 --- a/type-detection/formatted-num.js +++ b/type-detection/formatted-num.js @@ -6,12 +6,12 @@ * be. * * DataTables 1.10+ has formatted number type detection and sorting abilities - * built-in. As such this plug-in is marked as depreciated, but might be useful + * built-in. As such this plug-in is marked as deprecated, but might be useful * when working with old versions of DataTables. * * @name Formatted numbers * @summary formatted_numbers - * @depreciated + * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk) */ diff --git a/type-detection/num-html.js b/type-detection/num-html.js index 65ad6cd..077557d 100644 --- a/type-detection/num-html.js +++ b/type-detection/num-html.js @@ -5,12 +5,12 @@ * sorting plug-in. * * DataTables 1.10+ has numeric HTML data type and sorting abilities built-in. - * As such this plug-in is marked as depreciated, but might be useful when + * As such this plug-in is marked as deprecated, but might be useful when * working with old versions of DataTables. * * @name Numbers with HTML * @summary Detect data which is a mix of HTML and numeric data. - * @depreciated + * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk) */ diff --git a/type-detection/numeric-comma.js b/type-detection/numeric-comma.js index 23f1c4d..adfeae6 100644 --- a/type-detection/numeric-comma.js +++ b/type-detection/numeric-comma.js @@ -8,7 +8,7 @@ * * @name Commas for decimal place * @summary Detect numeric data which uses a comma as the decimal place. - * @depreciated + * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk) */