mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04:00
fix typo "resulution"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user