Преглед на файлове

Merge pull request #2 from dgryski/spelling-kiloyes

internal/driver: fix spelling in help text
Raul Silvera преди 9 години
родител
ревизия
ff34f17dde
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      internal/driver/commands.go

+ 1
- 1
internal/driver/commands.go Целия файл

@@ -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