Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kjoconnor committed Nov 21, 2013
1 parent 063072f commit 2482b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def read_callback():
dispatch_value(info, 'used_memory', 'bytes')
dispatch_value(info, 'changes_since_last_save', 'gauge')
dispatch_value(info, 'total_connections_received', 'counter',
'connections_recieved')
'connections_received')
dispatch_value(info, 'total_commands_processed', 'counter',
'commands_processed')

Expand Down

0 comments on commit 2482b80

Please sign in to comment.