mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Merge pull request #1816 from weaveworks/spelling-fixes
Fix spelling mistakes
This commit is contained in:
@@ -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).
|
||||
*/
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user