From c4f58426c18d48fb04104687cb9861fefc925f7c Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Wed, 27 Dec 2000 01:58:23 +0000 Subject: SQLWarning.java: Fixed typo in comment. 2000-12-26 Petter Reinholdtsen * java/sql/SQLWarning.java: Fixed typo in comment. From-SVN: r38493 --- libjava/java/sql/SQLWarning.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/java/sql') diff --git a/libjava/java/sql/SQLWarning.java b/libjava/java/sql/SQLWarning.java index 4f9c736..2159634 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.1