From 10bec400d43ed6d7b13e1295fcd89996bb240019 Mon Sep 17 00:00:00 2001 From: Julien Herr Date: Mon, 10 Feb 2014 15:32:37 +0100 Subject: [PATCH] HHH-9039 Typo --- etc/hibernate.properties | 2 +- etc/hibernate.properties.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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