Git commit 248194a4fc083a695a1cd18955653abdaf173e1a by Albert Astals Cid.
Committed on 18/04/2013 at 00:00.
Pushed by aacid into branch 'master'.

Fix stings -> strings as reported in webmaster list

M  +1    -1    doc/kate/regular-expressions.docbook

http://commits.kde.org/kate/248194a4fc083a695a1cd18955653abdaf173e1a

diff --git a/doc/kate/regular-expressions.docbook 
b/doc/kate/regular-expressions.docbook
index b035032..af07225 100644
--- a/doc/kate/regular-expressions.docbook
+++ b/doc/kate/regular-expressions.docbook
@@ -66,7 +66,7 @@ Regular Expressions, namely:</para>
 assertion, being true only if the following matching string is at the
 start of a line.</para>
 
-<para>The stings <literal>[ \t]</literal> and
+<para>The strings <literal>[ \t]</literal> and
 <literal>(Henrik|Pernille) sa(ys|id)</literal> are patterns. The first
 one is a <emphasis>character class</emphasis> that matches either a
 blank or a (horizontal) tab character; the other pattern contains

Reply via email to