+ fix typo in state mapping

This commit is contained in:
Simon Bomm 2017-05-11 22:08:58 +02:00 committed by GitHub
parent 65c7794df7
commit 6ca40f1531

View File

@ -31,7 +31,7 @@ my %state_map = (
X => 'dead',
W => 'paging',
T => 'stopped',
S => 'InterrupibleSleep',
S => 'InterruptibleSleep',
R => 'running',
D => 'UninterrupibleSleep'
);