Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correcting spelling mistakes #15015

Open
wants to merge 1 commit into
base: 3.3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading