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 a1b939f6ab
commit e65dec893d

View File

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