From c63ea226151b7a61fdfc3de3025e88ed6f4de0b7 Mon Sep 17 00:00:00 2001 From: Warren Levy Date: Wed, 27 Dec 2000 01:56:54 +0000 Subject: 2000-12-26 Petter Reinholdtsen * java/sql/SQLWarning.java: Fixed typo in comment. --- java/sql/SQLWarning.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/sql/SQLWarning.java') diff --git a/java/sql/SQLWarning.java b/java/sql/SQLWarning.java index 4f9c736ef..2159634c2 100644 --- a/java/sql/SQLWarning.java +++ b/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.1