Skip to content

Fix spelling mistakes(#2930)#2948

Merged
sczyh30 merged 1 commit into
alibaba:masterfrom
xiaozzzi:fix_issues_2930
Nov 12, 2022
Merged

Fix spelling mistakes(#2930)#2948
sczyh30 merged 1 commit into
alibaba:masterfrom
xiaozzzi:fix_issues_2930

Conversation

@xiaozzzi
Copy link
Copy Markdown
Contributor

Describe what this PR does / why we need it

A typo exists in the EagleEye.class method name setEagelEyeSelfAppender()

public final class EagleEye {
    ...
    static void setEagelEyeSelfAppender(EagleEyeAppender appender) {
        selfAppender = appender;
    }
}

Does this pull request fix one issue?

Fixes #2930

Describe how you did it

fix it to eagle

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Nov 11, 2022

CLA assistant check
All committers have signed the CLA.

@sczyh30 sczyh30 added the typo-or-format Typo fix or reformat label Nov 12, 2022
Copy link
Copy Markdown
Member

@sczyh30 sczyh30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sczyh30 sczyh30 merged commit 8dbf976 into alibaba:master Nov 12, 2022
@sczyh30
Copy link
Copy Markdown
Member

sczyh30 commented Nov 12, 2022

Thanks for contributing!

LearningGp pushed a commit that referenced this pull request Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

typo-or-format Typo fix or reformat

Projects

None yet

Development

Successfully merging this pull request may close these issues.

About the spelling error in EagleEye.class

3 participants