From 3633e49ef101a43bf11089286a44808f344dc541 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Fri, 23 May 2003 16:24:43 +0000 Subject: [PATCH] ICU-2854 fix typo X-SVN-Rev: 12077 --- .../src/com/ibm/icu/dev/demo/rbnf/RbnfSampleRuleSets.java | 8 ++++---- icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/icu4j/src/com/ibm/icu/dev/demo/rbnf/RbnfSampleRuleSets.java b/icu4j/src/com/ibm/icu/dev/demo/rbnf/RbnfSampleRuleSets.java index 6e06015a33..8d6f9929d7 100755 --- a/icu4j/src/com/ibm/icu/dev/demo/rbnf/RbnfSampleRuleSets.java +++ b/icu4j/src/com/ibm/icu/dev/demo/rbnf/RbnfSampleRuleSets.java @@ -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 diff --git a/icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java b/icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java index 314a673f9c..53dd0aafb3 100755 --- a/icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java +++ b/icu4j/src/com/ibm/icu/text/RuleBasedNumberFormat.java @@ -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 lenient-parse rule set.

* *

The body of a rule set consists of an ordered, semicolon-delimited list of rules. - * Internally, every rule has a base value, a divisor, rule text, and zero, one, or two substtutions. + * Internally, every rule has a base value, a divisor, rule text, and zero, one, or two substitutions. * These parameters are controlled by the description syntax, which consists of a rule * descriptor, a colon, and a rule body.

* @@ -474,7 +474,7 @@ import java.util.ResourceBundle; * using these features.

* * @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