File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ func (cmd *DumpCommand) Run(args ...string) error {
359
359
return nil
360
360
}
361
361
362
- // PrintPage prints a given page as hexidecimal .
362
+ // PrintPage prints a given page as hexadecimal .
363
363
func (cmd * DumpCommand ) PrintPage (w io.Writer , r io.ReaderAt , pageID int , pageSize int ) error {
364
364
const bytesPerLineN = 16
365
365
@@ -409,7 +409,7 @@ func (cmd *DumpCommand) Usage() string {
409
409
return strings .TrimLeft (`
410
410
usage: bolt dump -page PAGEID PATH
411
411
412
- Dump prints a hexidecimal dump of a single page.
412
+ Dump prints a hexadecimal dump of a single page.
413
413
` , "\n " )
414
414
}
415
415
@@ -596,7 +596,7 @@ func (cmd *PageCommand) PrintFreelist(w io.Writer, buf []byte) error {
596
596
return nil
597
597
}
598
598
599
- // PrintPage prints a given page as hexidecimal .
599
+ // PrintPage prints a given page as hexadecimal .
600
600
func (cmd * PageCommand ) PrintPage (w io.Writer , r io.ReaderAt , pageID int , pageSize int ) error {
601
601
const bytesPerLineN = 16
602
602
You can’t perform that action at this time.
0 commit comments