Revision: 7674
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7674&view=rev
Author:   dominikoeo
Date:     2012-07-08 10:52:08 +0000 (Sun, 08 Jul 2012)
Log Message:
-----------
[en] fixed more typos. In particular, the rule "BRUSSELL_SPROUT"
     was wrong because of a typo.

Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/en/grammar.xml

Modified: trunk/JLanguageTool/src/rules/en/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/en/grammar.xml        2012-07-08 10:40:28 UTC 
(rev 7673)
+++ trunk/JLanguageTool/src/rules/en/grammar.xml        2012-07-08 10:52:08 UTC 
(rev 7674)
@@ -4749,15 +4749,15 @@
             <example type="incorrect">There was a <marker>buttload</marker> of 
cabbage left over.</example>
             <example type="correct">There was a boatload of sprouts left 
over.</example>
         </rule>
-        <!-- brussell sprout::word=brussells sprout::filter=none -->
-        <rule id="BRUSSELL_SPROUT" name="brussell (brussells) sprout">
+        <!-- brussel sprout::word=brussels sprout::filter=none -->
+        <rule id="BRUSSEL_SPROUT" name="brussel (brussels) sprout">
             <pattern>
-                <token>brussell</token>
+                <token regexp="yes">brussell?|brussells</token>
                 <token>sprout</token>
             </pattern>
-            <message>Did you mean <suggestion>brussells 
sprout</suggestion>?</message>
-            <example type="incorrect">He left the last <marker>brussell 
sprout</marker> on his plate.</example>
-            <example type="correct">He left the last brussells sprout on his 
plate.</example>
+            <message>Did you mean <suggestion>brussels 
sprout</suggestion>?</message>
+            <example type="incorrect">He left the last <marker>brussel 
sprout</marker> on his plate.</example>
+            <example type="correct">He left the last brussels sprout on his 
plate.</example>
         </rule>
         <!-- bored of::word=bored with::filter=none -->
         <rule id="BORED_OF" name="bored of (with)">
@@ -6119,7 +6119,7 @@
                         <token>went</token>
                     </marker>
                 </pattern>
-                <message>Note: <match no="2"/> is a past participle of "wend". 
Did you mean <suggestion>gone</suggestion> (past particple of "go")?</message>
+                <message>Note: <match no="2"/> is a past participle of "wend". 
Did you mean <suggestion>gone</suggestion> (past participle of "go")?</message>
                 <short>Possible agreement error</short>
                 <example type="correct">We do have soap.</example>
                 <example correction="gone" type="incorrect">I could have 
<marker>went</marker> to Italy.</example>
@@ -6133,7 +6133,7 @@
                         <token>went</token>
                     </marker>
                 </pattern>
-                <message>Note: "went" is a past participle of "wend". Did you 
mean <suggestion>gone</suggestion> (past particple of "go")?</message>
+                <message>Note: "went" is a past participle of "wend". Did you 
mean <suggestion>gone</suggestion> (past participle of "go")?</message>
                 <example correction="gone" type="incorrect">Have you 
<marker>went</marker> to Italy?</example>
                 <example type="correct">Have you liked Dutch jazz 
music?</example>
                 <example type="correct">Have you seen her?</example>
@@ -6148,7 +6148,7 @@
                         <token>went</token>
                     </marker>
                 </pattern>
-                <message>Note: "went" is a past participle of "wend". Did you 
mean <suggestion>gone</suggestion> (past particple of "go")?</message>
+                <message>Note: "went" is a past participle of "wend". Did you 
mean <suggestion>gone</suggestion> (past participle of "go")?</message>
                 <example correction="gone" type="incorrect">Where have you 
<marker>went</marker>?</example>
                 <example type="correct">What have you seen?</example>
             </rule>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to