ICU-2854 fix typo

X-SVN-Rev: 12077
This commit is contained in:
Doug Felt 2003-05-23 16:24:43 +00:00
parent 8e7046ee1b
commit 3633e49ef1
2 changed files with 8 additions and 8 deletions

View File

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/demo/rbnf/RbnfSampleRuleSets.java,v $
* $Date: 2003/05/14 18:35:53 $
* $Revision: 1.4 $
* $Date: 2003/05/23 16:24:43 $
* $Revision: 1.5 $
*
*****************************************************************************************
*/
@ -27,7 +27,7 @@ import java.util.Locale;
* please tell us!
*
* @author Richard Gillam
* @version $Version$ $Date: 2003/05/14 18:35:53 $
* @version $Version$ $Date: 2003/05/23 16:24:43 $
*/
public class RbnfSampleRuleSets {
/**
@ -557,7 +557,7 @@ public class RbnfSampleRuleSets {
// in situations where this framework is likely to be used. Also, is it
// really true that numbers are run together into compound words all the
// time? And again, I'm missing information on negative numbers and
// decimas.
// decimals.
/**
* Spellout rules for Italian. Like German, most Italian numbers are

View File

@ -5,8 +5,8 @@
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java,v $
* $Date: 2003/05/21 18:55:27 $
* $Revision: 1.14 $
* $Date: 2003/05/23 16:23:58 $
* $Revision: 1.15 $
*
*****************************************************************************************
*/
@ -195,7 +195,7 @@ import java.util.ResourceBundle;
* of the <tt>lenient-parse</tt> rule set.</p>
*
* <p>The body of a rule set consists of an ordered, semicolon-delimited list of <em>rules.</em>
* Internally, every rule has a base value, a divisor, rule text, and zero, one, or two <em>substtutions.</em>
* Internally, every rule has a base value, a divisor, rule text, and zero, one, or two <em>substitutions.</em>
* These parameters are controlled by the description syntax, which consists of a <em>rule
* descriptor,</em> a colon, and a <em>rule body.</em></p>
*
@ -474,7 +474,7 @@ import java.util.ResourceBundle;
* using these features.</p>
*
* @author Richard Gillam
* $RCSfile: RuleBasedNumberFormat.java,v $ $Revision: 1.14 $ $Date: 2003/05/21 18:55:27 $
* $RCSfile: RuleBasedNumberFormat.java,v $ $Revision: 1.15 $ $Date: 2003/05/23 16:23:58 $
* @see NumberFormat
* @see DecimalFormat
* @stable ICU 2.0