fixing typo

This commit is contained in:
Mic 2013-03-25 22:39:14 +11:00
parent 0cb2b68eee
commit ed226f70b5

View file

@ -82,7 +82,7 @@
<jpa:repositories base-package="org.springframework.samples.petclinic.repository.springdatajpa"/> <jpa:repositories base-package="org.springframework.samples.petclinic.repository.springdatajpa"/>
<!-- Custom configuration for the custom implementation based on JPA --> <!-- Custom configuration for the custom implementation based on JPA -->
<bean id="owerRepository" <bean id="ownerRepository"
class="org.springframework.samples.petclinic.repository.springdatajpa.JpaOwnerRepositoryImpl"/> class="org.springframework.samples.petclinic.repository.springdatajpa.JpaOwnerRepositoryImpl"/>
</beans> </beans>
</beans> </beans>