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 33cf9fccb4bc..9386eaaf8155 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 */