Parcourir la source

internal/driver: fix spelling in help text

Damian Gryski il y a 9 ans
Parent
révision
eec29d18d9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      internal/driver/commands.go

+ 1
- 1
internal/driver/commands.go Voir le fichier

@@ -149,7 +149,7 @@ var pprofVariables = variables{
149 149
 		"Measurement units to display",
150 150
 		"Scale the sample values to this unit.",
151 151
 		" For time-based profiles, use seconds, milliseconds, nanoseconds, etc.",
152
-		" For memory profiles, use megabytes, kiloyes, bytes, etc.",
152
+		" For memory profiles, use megabytes, kilobytes, bytes, etc.",
153 153
 		" auto will scale each value independently to the most natural unit.")},
154 154
 	"compact_labels": &variable{boolKind, "f", "", "Show minimal headers"},
155 155