From e273c79f07bf83d9590b16616c620f908a136739 Mon Sep 17 00:00:00 2001 From: warrenl Date: Wed, 27 Dec 2000 01:58:23 +0000 Subject: 2000-12-26 Petter Reinholdtsen * java/sql/SQLWarning.java: Fixed typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38493 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/sql/SQLWarning.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/java/sql/SQLWarning.java') diff --git a/libjava/java/sql/SQLWarning.java b/libjava/java/sql/SQLWarning.java index 4f9c736ef17..2159634c2db 100644 --- a/libjava/java/sql/SQLWarning.java +++ b/libjava/java/sql/SQLWarning.java @@ -53,7 +53,7 @@ private static final long serialVersionUID = 3917336774604784856L; */ /** - * This method initializes a new instance of SQLWxception + * This method initializes a new instance of SQLWarning * that does not have a descriptive messages and SQL state, and which * has a vendor error code of 0. */ -- cgit v1.2.3