OPENJPA-1164. Fix stupid spelling mistake

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@792239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-07-08 17:45:32 +00:00
parent 08bafa5ef5
commit 19d8d3f21d
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public abstract class AbstractWriteBehindTestCase extends SingleEMTestCase {
}
public void tearDown() throws Exception {
// intentionall skip super.tearDown()
// intentionally skip super.tearDown()
}
}