Skip to content

Commit a3b33d0

Browse files
authored
nit: spelling fix memoery to memory (#2132)
1 parent 2ca1ba4 commit a3b33d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/client/lib/client/commands.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ import * as INFO from '../commands/INFO';
7777
import * as KEYS from '../commands/KEYS';
7878
import * as LASTSAVE from '../commands/LASTSAVE';
7979
import * as LOLWUT from '../commands/LOLWUT';
80-
import * as MEMOERY_DOCTOR from '../commands/MEMORY_DOCTOR';
80+
import * as MEMORY_DOCTOR from '../commands/MEMORY_DOCTOR';
8181
import * as MEMORY_MALLOC_STATS from '../commands/MEMORY_MALLOC-STATS';
8282
import * as MEMORY_PURGE from '../commands/MEMORY_PURGE';
8383
import * as MEMORY_STATS from '../commands/MEMORY_STATS';
@@ -270,8 +270,8 @@ export default {
270270
latencyDoctor: LATENCY_DOCTOR,
271271
LOLWUT,
272272
lolwut: LOLWUT,
273-
MEMOERY_DOCTOR,
274-
memoryDoctor: MEMOERY_DOCTOR,
273+
MEMORY_DOCTOR,
274+
memoryDoctor: MEMORY_DOCTOR,
275275
'MEMORY_MALLOC-STATS': MEMORY_MALLOC_STATS,
276276
memoryMallocStats: MEMORY_MALLOC_STATS,
277277
MEMORY_PURGE,

0 commit comments

Comments
 (0)