Merge pull request #1816 from weaveworks/spelling-fixes

Fix spelling mistakes
This commit is contained in:
Alfonso Acosta
2016-08-18 19:07:03 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ int kprobe__skb_copy_datagram_iter(struct pt_regs *ctx, const struct sk_buff *sk
default:
return 0;
}
/* The socket type and procotol are not directly addressable since they are
/* The socket type and protocol are not directly addressable since they are
bitfields. We access them by assuming sk_write_queue is immediately before
them (admittedly pretty hacky).
*/

View File

@@ -277,7 +277,7 @@ func main() {
case "help":
flag.PrintDefaults()
default:
fmt.Printf("command '%s' not recognices", mode)
fmt.Printf("command '%s' not recognized", mode)
os.Exit(1)
}
}

View File

@@ -66,8 +66,8 @@ type Report struct {
// present.
Deployment Topology
// ReplicaSet nodes represent all Kubernetes replicasets running on hosts running probes.
// Metadata includes things like replicaset id, name etc. Edges are not
// ReplicaSet nodes represent all Kubernetes ReplicaSets running on hosts running probes.
// Metadata includes things like ReplicaSet id, name etc. Edges are not
// present.
ReplicaSet Topology