Fix typos (SPR-7339)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3536 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams
2010-08-07 13:57:23 +00:00
parent d1fbb74a74
commit 9d514b6d59
17 changed files with 85 additions and 80 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public class PetStoreImpl implements PetStoreFacade, OrderService {</programlist
from program source code, some important enterprise settings - notably
transaction characteristics - arguably belong in program source.</para>
<para>Spring uses Java 5 annotations thoughout the framework and across a
<para>Spring uses Java 5 annotations throughout the framework and across a
wide range of features such as DI, MVC, and AOP and supports standardized
annotations such as @PreDestroy and @PostConstruct specified by JSR-250, and
@Inject specified by JSR-330. This chapter describes the @Required annotation