Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Oct 23, 2023
1 parent 027f3dd commit 8517f89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public GrizzlyServer(
*/
public void run() {
LOG.info(
"Starting OTP Grizzly server on ports {} of interface {}",
"Starting OTP Grizzly server on port {} of interface {}",
params.port,
params.bindAddress
);
Expand Down

0 comments on commit 8517f89

Please sign in to comment.