From: Timo Tijhof Date: Fri, 16 Jan 2015 01:55:00 +0000 (-0800) Subject: jquery.tablesorter: Fix "capabilities" typo in comment X-Git-Tag: 1.31.0-rc.0~12665 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=3bb71d9fc2ff297fc74ec4e8f4f71a5bfc5f16a2;p=lhc%2Fweb%2Fwiklou.git jquery.tablesorter: Fix "capabilities" typo in comment Change-Id: Iea1a2956c8927bc29c904569ae594f6978aa8868 --- diff --git a/resources/src/jquery/jquery.tablesorter.js b/resources/src/jquery/jquery.tablesorter.js index 3918be7499..8e1c3f0ae4 100644 --- a/resources/src/jquery/jquery.tablesorter.js +++ b/resources/src/jquery/jquery.tablesorter.js @@ -15,7 +15,7 @@ */ /** * - * @description Create a sortable table with multi-column sorting capabilitys + * @description Create a sortable table with multi-column sorting capabilities * * @example $( 'table' ).tablesorter(); * @desc Create a simple tablesorter interface.