mirror of
https://github.com/redis/redis.git
synced 2026-03-23 03:03:20 -04:00
fix typo "resulution"
This commit is contained in:
parent
e504583b78
commit
714b58917a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue