DATAJPA-392 - Fixed typo in package-info.java of utility package.

Original pull request: #17.
This commit is contained in:
Dale Wijand
2012-08-02 16:38:11 +03:00
committed by Oliver Gierke
parent 1c01a56690
commit c607b2d180

View File

@@ -1,5 +1,5 @@
/**
* JPA specific utitlity functions.
* JPA specific utility functions.
*/
package org.springframework.data.jpa.repository.utils;