Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Typos in class comment
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalstain committed Feb 28, 2011
1 parent d94a21a commit 29537d4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -26,8 +26,8 @@
import org.springframework.transaction.jta.JtaTransactionManager;

/**
* Base class that outlines the expected behaviour of every transaction manager.
* Sublasses are expected to override the <code>getConfigName()</code> to return
* Base class that outlines the expected behavior of every transaction manager.
* Subclasses are expected to override the <code>getConfigName()</code> to return
* a String with the name of their configuration file and provide any
* implementation specific configuration via <code>@Before</code> and
* <code>@After</code> methods.
Expand Down

0 comments on commit 29537d4

Please sign in to comment.