From: <jbo...@li...> - 2006-01-24 04:36:44
|
Author: mic...@jb... Date: 2006-01-23 23:36:35 -0500 (Mon, 23 Jan 2006) New Revision: 2182 Modified: trunk/labs/jbossrules/drools-natural-dsl/src/main/java/org/drools/natural/template/NLGrammar.java Log: Modified: trunk/labs/jbossrules/drools-natural-dsl/src/main/java/org/drools/natural/template/NLGrammar.java =================================================================== --- trunk/labs/jbossrules/drools-natural-dsl/src/main/java/org/drools/natural/template/NLGrammar.java 2006-01-24 03:22:52 UTC (rev 2181) +++ trunk/labs/jbossrules/drools-natural-dsl/src/main/java/org/drools/natural/template/NLGrammar.java 2006-01-24 04:36:35 UTC (rev 2182) @@ -22,7 +22,7 @@ /** - * When loading from properties, the order in which they apprear in the props file + * When loading from properties, the order in which they appear in the props file * is the priority. (TODO: order means nothing to properties it seems). * * Which makes sense intuitively, the order you read them it the order in which they will be applied. |