Skip to content

Commit

Permalink
Merge pull request #32 from tylernisonoff/master
Browse files Browse the repository at this point in the history
fixed spelling mistake -- memoory -> memory
  • Loading branch information
evanphx committed Jul 1, 2015
2 parents 86a6f33 + 815e953 commit 6e8a298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func Gather(acc plugins.Accumulator) error {
}

acc.Add("cpu", process.CPUTime, tags)
acc.Add("memoory", process.MemoryBytes, tags)
acc.Add("memory", process.MemoryBytes, tags)
}
}
```
Expand Down

0 comments on commit 6e8a298

Please sign in to comment.