From 31391232f4196b74f89644ba7a74940b0fda410e Mon Sep 17 00:00:00 2001 From: unpush Date: Thu, 25 Sep 2014 23:49:05 +0900 Subject: [PATCH] fix typo --- .../jdbc/core/simple/SimpleJdbcInsertOperations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertOperations.java b/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertOperations.java index 33cf9fccb4..9386eaaf81 100644 --- a/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertOperations.java +++ b/spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcInsertOperations.java @@ -61,7 +61,7 @@ public interface SimpleJdbcInsertOperations { SimpleJdbcInsertOperations usingColumns(String... columnNames); /** - * Specify the name sof any columns that have auto generated keys. + * Specify the names of any columns that have auto generated keys. * @param columnNames one or more column names * @return the instance of this SimpleJdbcInsert */