Skip to content

Commit 5e2e080

Browse files
authored
Merge pull request #24 from prometherion/patch-1
Typo
2 parents be030c8 + ebb0fb5 commit 5e2e080

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
@@ -43,7 +43,7 @@ kubectl trace run ip-180-12-0-152.ec2.internal -f read.bt
4343
That pod has a Go program in it that is at `/caturday`, that program has a function called `main.counterValue` in it that returns an integer
4444
every time it is called.
4545

46-
The purpose of this program is to load an `uretprobe` on the `/caturday` binary so that every time thhe `main.counterValue` function is called
46+
The purpose of this program is to load an `uretprobe` on the `/caturday` binary so that every time the `main.counterValue` function is called
4747
we get the return value out.
4848

4949
Since `kubectl trace` for pods is just an helper to resolve the context of a container's Pod, you will always be in the root namespaces

0 commit comments

Comments
 (0)