Skip to content

Commit bbc6062

Browse files
committed
console: fix some typos ethereum#25551
1 parent 5a6d25e commit bbc6062

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

console/console.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ func (c *Console) Evaluate(statement string) {
305305
c.jsre.Evaluate(statement, c.printer)
306306
}
307307

308-
// Interactive starts an interactive user session, where input is propted from
308+
// Interactive starts an interactive user session, where input is prompted from
309309
// the configured user prompter.
310310
func (c *Console) Interactive() {
311311
var (
@@ -381,7 +381,7 @@ func (c *Console) Interactive() {
381381
}
382382
}
383383

384-
// countIndents returns the number of identations for the given input.
384+
// countIndents returns the number of indentations for the given input.
385385
// In case of invalid input such as var a = } the result can be negative.
386386
func countIndents(input string) int {
387387
var (

0 commit comments

Comments
 (0)