From 99b432390e7db24baabb27dec267e3ac82e14d33 Mon Sep 17 00:00:00 2001 From: Peter Moon Date: Fri, 26 Mar 2004 20:25:00 +0000 Subject: NumberFormat.java: Fix spelling of setCurrency method. 2004-03-26 Peter Moon * java/text/NumberFormat.java: Fix spelling of setCurrency method. From-SVN: r79994 --- libjava/java/text/NumberFormat.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/text') diff --git a/libjava/java/text/NumberFormat.java b/libjava/java/text/NumberFormat.java index 568018f..4237290 100644 --- a/libjava/java/text/NumberFormat.java +++ b/libjava/java/text/NumberFormat.java @@ -1,5 +1,5 @@ /* NumberFormat.java -- Formats and parses numbers - Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -794,7 +794,7 @@ public abstract class NumberFormat extends Format implements Cloneable * * @since 1.4 */ - public void setCurreny(Currency currency) + public void setCurrency(Currency currency) { if (currency == null) throw new NullPointerException("currency may not be null"); -- cgit v1.1