diff --git a/etc/hibernate.properties b/etc/hibernate.properties index 7609848e7b..9cb74f0a34 100644 --- a/etc/hibernate.properties +++ b/etc/hibernate.properties @@ -465,7 +465,7 @@ hibernate.jdbc.use_streams_for_binary true ### Second-level Cache ### ########################## -## optimize chache for minimal "puts" instead of minimal "gets" (good for clustered cache) +## optimize cache for minimal "puts" instead of minimal "gets" (good for clustered cache) #hibernate.cache.use_minimal_puts true diff --git a/etc/hibernate.properties.template b/etc/hibernate.properties.template index 8b7b015083..6056ec9493 100644 --- a/etc/hibernate.properties.template +++ b/etc/hibernate.properties.template @@ -424,7 +424,7 @@ hibernate.jdbc.use_streams_for_binary true ### Second-level Cache ### ########################## -## optimize chache for minimal "puts" instead of minimal "gets" (good for clustered cache) +## optimize cache for minimal "puts" instead of minimal "gets" (good for clustered cache) #hibernate.cache.use_minimal_puts true