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 33cf9fccb4bc961e36f18d639c2d958e4aad4ae2..9386eaaf81556b41b20413b9f4a9212b22bf897c 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 */