Browse Source

internal/driver: fix spelling in help text

Damian Gryski 9 years ago
parent
commit
eec29d18d9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      internal/driver/commands.go

+ 1
- 1
internal/driver/commands.go View File

149
 		"Measurement units to display",
149
 		"Measurement units to display",
150
 		"Scale the sample values to this unit.",
150
 		"Scale the sample values to this unit.",
151
 		" For time-based profiles, use seconds, milliseconds, nanoseconds, etc.",
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
 		" auto will scale each value independently to the most natural unit.")},
153
 		" auto will scale each value independently to the most natural unit.")},
154
 	"compact_labels": &variable{boolKind, "f", "", "Show minimal headers"},
154
 	"compact_labels": &variable{boolKind, "f", "", "Show minimal headers"},
155
 
155