Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotfehr committed Apr 13, 2022
1 parent e9829dc commit d3424e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Client implements StatsDClient
/** Class namespace */
protected string $namespace = '';

/** imeout for creating the socket connection */
/** Timeout for creating the socket connection */
protected ?float $timeout = null;

/** Whether an exception should be thrown on failed connections */
Expand Down

0 comments on commit d3424e7

Please sign in to comment.