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

Fix Typos in cef_devtools_message_observer.h and cef_life_span_handler.h #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

teenager-ETH
Copy link

Pull Request: Fix Typos in cef_devtools_message_observer.h and cef_life_span_handler.h

Description

This PR fixes minor typos in the following files:

  1. cef_devtools_message_observer.h
  2. cef_life_span_handler.h

Changes

File: cef_devtools_message_observer.h

  • Line 59
    Before:

    "orginating method call sent from CefBrowserHost::SendDevToolsMessage"
    After:
    "originating method call sent from CefBrowserHost::SendDevToolsMessage"

File: cef_life_span_handler.h

  • Line 102
    Before:

    "when a browser has recieved a request to close."
    After:
    "when a browser has received a request to close."


Summary of Changes

  • 2 files modified:
    • Fixed 2 spelling errors:
      • "orginating" → "originating"
      • "recieved" → "received"

Author

@teenager-ETH


Review

Please review and confirm the corrections. Let me know if further adjustments are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant