mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-02 05:29:42 +00:00
fix Continuing typo
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
This commit is contained in:
parent
0e7d8a6fe9
commit
393e10e840
@ -71,7 +71,7 @@ func (cmd *pageCommand) printPages(pageIDs []uint64, path string, formatValue *s
|
||||
}
|
||||
_, err2 := cmd.printPage(path, pageID, *formatValue)
|
||||
if err2 != nil {
|
||||
fmt.Fprintf(cmd.Stdout, "Prining page %d failed: %s. Continuuing...\n", pageID, err2)
|
||||
fmt.Fprintf(cmd.Stdout, "Prining page %d failed: %s. Continuing...\n", pageID, err2)
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -90,7 +90,7 @@ func (cmd *pageCommand) printAllPages(path string, formatValue *string) {
|
||||
}
|
||||
overflow, err2 := cmd.printPage(path, pageID, *formatValue)
|
||||
if err2 != nil {
|
||||
fmt.Fprintf(cmd.Stdout, "Prining page %d failed: %s. Continuuing...\n", pageID, err2)
|
||||
fmt.Fprintf(cmd.Stdout, "Prining page %d failed: %s. Continuing...\n", pageID, err2)
|
||||
pageID++
|
||||
} else {
|
||||
pageID += uint64(overflow) + 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user