From e58c7886fe3dc830a14433078b8a1bea52a85f11 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Thu, 7 Nov 2013 19:15:54 +0100 Subject: typo in comment Change-Id: Iea5084bd1c5765197e5dcf379637a780e52f42bd --- connectivity/source/inc/java/sql/Connection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/inc/java/sql') diff --git a/connectivity/source/inc/java/sql/Connection.hxx b/connectivity/source/inc/java/sql/Connection.hxx index 148a8d7e7195..fc276c4f9bcd 100644 --- a/connectivity/source/inc/java/sql/Connection.hxx +++ b/connectivity/source/inc/java/sql/Connection.hxx @@ -62,7 +62,7 @@ namespace connectivity @param _sSQL The SQL statement to transform. @return - The new statement witgh unnamed parameters. + The new statement with unnamed parameters. */ OUString transFormPreparedStatement(const OUString& _sSQL); void loadDriverFromProperties( -- cgit