Fix spelling issues

This commit is contained in:
Kurt Hindenburg
2020-10-25 20:38:28 -04:00
parent 53af2a7fb9
commit 680e3dd13e
6 changed files with 6 additions and 6 deletions

View File

@@ -371,7 +371,7 @@ protected:
private:
bool readProcInfo(int pid) override
{
// indicies of various fields within the process status file which
// indices of various fields within the process status file which
// contain various information about the process
const int PARENT_PID_FIELD = 3;
const int PROCESS_NAME_FIELD = 1;