Skip to content

Commit

Permalink
mobile: fix comment typos (ethereum#19741)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Jun 20, 2019
1 parent 1eddd33 commit 25c3282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"time"
)

// Context carries a deadline, a cancelation signal, and other values across API
// Context carries a deadline, a cancellation signal, and other values across API
// boundaries.
type Context struct {
context context.Context
Expand Down

0 comments on commit 25c3282

Please sign in to comment.