Skip to content

Commit 75e2ac7

Browse files
Fix typo: "recieve" → "receive" (#3)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: LSantha <LSantha@users.noreply.github.com>
1 parent d9413c2 commit 75e2ac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/driver/org/jnode/driver/input/AbstractPointerDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ protected synchronized void stopDevice() throws DriverException {
130130
/**
131131
* Send a given pointer event to the given listener.
132132
*
133-
* @param listener the pointer listener to recieve the event
133+
* @param listener the pointer listener to receive the event
134134
* @param event the pointer event
135135
*/
136136
@Override

0 commit comments

Comments
 (0)