Fix typos in Javadoc, reference docs, and code

Closes gh-28822
This commit is contained in:
Marc Wrobel
2022-07-14 12:27:32 +02:00
committed by Sam Brannen
parent 50dff77d01
commit 92a231cf91
18 changed files with 23 additions and 23 deletions

View File

@@ -35,7 +35,7 @@ public abstract aspect AbstractDependencyInjectionAspect {
mostSpecificSubTypeConstruction() && !preConstructionConfiguration();
/**
* Select least specific super type that is marked for DI
* Select least specific supertype that is marked for DI
* (so that injection occurs only once with pre-construction injection).
*/
public abstract pointcut leastSpecificSuperTypeConstruction();