diff --git a/src/lolwut5.c b/src/lolwut5.c index 8408b378d..afd0b29a0 100644 --- a/src/lolwut5.c +++ b/src/lolwut5.c @@ -262,7 +262,7 @@ void lolwut5Command(client *c) { return; /* Limits. We want LOLWUT to be always reasonably fast and cheap to execute - * so we have maximum number of columns, rows, and output resulution. */ + * so we have maximum number of columns, rows, and output resolution. */ if (cols < 1) cols = 1; if (cols > 1000) cols = 1000; if (squares_per_row < 1) squares_per_row = 1;