Skip to content

Commit 6e8a298

Browse files
committed
Merge pull request #32 from tylernisonoff/master
fixed spelling mistake -- memoory -> memory
2 parents 86a6f33 + 815e953 commit 6e8a298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func Gather(acc plugins.Accumulator) error {
133133
}
134134

135135
acc.Add("cpu", process.CPUTime, tags)
136-
acc.Add("memoory", process.MemoryBytes, tags)
136+
acc.Add("memory", process.MemoryBytes, tags)
137137
}
138138
}
139139
```

0 commit comments

Comments
 (0)