Git commit 92b4aff390b8fddc081d2d871c56236992181bef by Yuri Chornoivan. Committed on 04/07/2013 at 05:28. Pushed by yurchor into branch 'master'.
Fix typo M +1 -1 doc/kate/highlighting.docbook http://commits.kde.org/kate/92b4aff390b8fddc081d2d871c56236992181bef diff --git a/doc/kate/highlighting.docbook b/doc/kate/highlighting.docbook index 3d27db0..b1357dd 100644 --- a/doc/kate/highlighting.docbook +++ b/doc/kate/highlighting.docbook @@ -716,7 +716,7 @@ for more information on those.</para> <para>The <userinput>String</userinput> attribute identifies the keyword list by name. A list with that name must exist.</para> <para>The highlighting system processes keyword rules in a very optimized way. -This makes it an absolute neccessity that any keywords to be matched need to be +This makes it an absolute necessity that any keywords to be matched need to be surrounded by defined deliminators, either implied (the default deliminators), or explicitly specified within the <emphasis>additionalDeliminator</emphasis> property of the <emphasis>keywords</emphasis> tag.</para>
