Skip to content

Fix typo: 'recieve' should be 'receive' in AbstractPointerDriver.java #2

@LSantha

Description

@LSantha

Description

There is a typo in the Javadoc comment in core/src/driver/org/jnode/driver/input/AbstractPointerDriver.java. The word "recieve" should be "receive".

Location

  • File: core/src/driver/org/jnode/driver/input/AbstractPointerDriver.java
  • Line: Contains @param listener the pointer listener to recieve the event

Task

Change "recieve" to "receive" in the Javadoc @param comment.

Difficulty

Easy - Single word typo fix in a comment, no logic changes required, no testing needed.

Additional Context

This is part of a series of easy documentation fixes to improve code quality. Similar typos may exist elsewhere in the codebase (e.g., the previously fixed "directy" → "direct" in Unsafe.java).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions