Skip to content

Commit

Permalink
correcting spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
daziz committed Dec 24, 2024
1 parent a9e4910 commit 75458e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void testSelectByWeight() {
@Test
void testNodeCacheShouldNotRecycle() {
int loop = 10000;
// tmperately add a new invoker
// temperately add a new invoker
weightInvokers.add(weightInvokerTmp);
try {
Map<Invoker, InvokeResult> resultMap = getWeightedInvokeResult(loop, RoundRobinLoadBalance.NAME);
Expand Down Expand Up @@ -143,7 +143,7 @@ void testNodeCacheShouldRecycle() {
}

int loop = 10000;
// tmperately add a new invoker
// temperately add a new invoker
weightInvokers.add(weightInvokerTmp);
try {
Map<Invoker, InvokeResult> resultMap = getWeightedInvokeResult(loop, RoundRobinLoadBalance.NAME);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ private void postProcessConfig() {

/**
* Return if ReferenceConfig has been initialized
* Note: Cannot use `isInitilized` as it may be treated as a Java Bean property
* Note: Cannot use `isInitialized` as it may be treated as a Java Bean property
*
* @return initialized
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public abstract class AbstractInterfaceBuilder<
protected MonitorConfig monitor;

/**
* Strategies for generating dynamic agents,there are two strategies can be choosed: jdk and javassist
* Strategies for generating dynamic agents,there are two strategies can be chosen: jdk and javassist
*/
protected String proxy;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/**
* The test-case for https://github.com/apache/dubbo/issues/6000
* Autowired a ReferenceBean failed in some situation in Spring enviroment
* Autowired a ReferenceBean failed in some situation in Spring environment
*/
@Configuration
@EnableDubbo
Expand Down

0 comments on commit 75458e4

Please sign in to comment.