Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhobox committed Nov 26, 2024
1 parent 0a5881a commit 7dd1618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kaenx.Konnect/Classes/BusDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private async Task<IMessageResponse> WaitForData(int seq, CancellationToken toke
await Task.Delay(5); // TODO maybe erhöhen

if (token.IsCancellationRequested)
throw new TimeoutException("Zeitüberschreitung beim Warten auf antwort");
throw new TimeoutException("Zeitüberschreitung beim Warten auf Antwort");

var resp = responses[seq];
responses.Remove(seq);
Expand Down

0 comments on commit 7dd1618

Please sign in to comment.