Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit fc24e23

Browse files
fhunlethmattludwigs
authored andcommitted
Fix grammar
1 parent d8fb064 commit fc24e23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/chip/interrupt_server.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defmodule Circuits.GPIO.Chip.InterruptServer do
4545
def handle_info({:select, data_ref, event_ref, :ready_input}, events_handles) do
4646
case EventsHandles.get_handle_for_event(events_handles, event_ref) do
4747
nil ->
48-
Logger.warn("Wut you talkin' about Willis?")
48+
Logger.warn("What are you talking about Willis?")
4949
{:noreply, events_handles}
5050

5151
{offset, handle_ref, opts} ->

0 commit comments

Comments
 (0)