Git commit 4f71ec8914549297ca3f94d3f1c57b5b16ae749f by Yuri Chornoivan. Committed on 16/05/2015 at 12:15. Pushed by yurchor into branch 'master'.
Fix typo M +1 -1 doc/katepart/development.docbook http://commits.kde.org/kate/4f71ec8914549297ca3f94d3f1c57b5b16ae749f diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook index 1175eee..d799a3c 100644 --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -503,7 +503,7 @@ as a short summary: Default styles are predefined font and color styles.</para> <varlistentry> <term>General default styles:</term> <listitem> -<para><userinput>dsNormal</userinput>, when no special highlighing is required.</para> +<para><userinput>dsNormal</userinput>, when no special highlighting is required.</para> <para><userinput>dsKeyword</userinput>, built-in language keywords.</para> <para><userinput>dsFunction</userinput>, function calls and definitions.</para> <para><userinput>dsVariable</userinput>, if applicable: variable names (e.g. $someVar in PHP/Perl).</para>
