aboutsummaryrefslogtreecommitdiffstats
path: root/node
diff options
context:
space:
mode:
authorWenbiao Zheng <delweng@gmail.com>2018-05-24 20:55:20 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-05-24 20:55:20 +0800
commitd6ed2f67a8cdb07ce7b4eaea93452afb0cdbaa23 (patch)
tree6f7cc281ee2b62c00bc609936a477ba89ad7df1b /node
parent54294b45b10bbcdfd0cd64292cbd05d66d12ffd5 (diff)
downloadgo-tangerine-d6ed2f67a8cdb07ce7b4eaea93452afb0cdbaa23.tar
go-tangerine-d6ed2f67a8cdb07ce7b4eaea93452afb0cdbaa23.tar.gz
go-tangerine-d6ed2f67a8cdb07ce7b4eaea93452afb0cdbaa23.tar.bz2
go-tangerine-d6ed2f67a8cdb07ce7b4eaea93452afb0cdbaa23.tar.lz
go-tangerine-d6ed2f67a8cdb07ce7b4eaea93452afb0cdbaa23.tar.xz
go-tangerine-d6ed2f67a8cdb07ce7b4eaea93452afb0cdbaa23.tar.zst
go-tangerine-d6ed2f67a8cdb07ce7b4eaea93452afb0cdbaa23.zip
eth, node, trie: fix minor typos (#16802)
Diffstat (limited to 'node')
-rw-r--r--node/doc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/doc.go b/node/doc.go
index d9688e0a1..41a88c19a 100644
--- a/node/doc.go
+++ b/node/doc.go
@@ -59,7 +59,7 @@ using the same data directory will store this information in different subdirect
the data directory.
LevelDB databases are also stored within the instance subdirectory. If multiple node
-instances use the same data directory, openening the databases with identical names will
+instances use the same data directory, opening the databases with identical names will
create one database for each instance.
The account key store is shared among all node instances using the same data directory
@@ -84,7 +84,7 @@ directory. Mode instance A opens the database "db", node instance B opens the da
static-nodes.json -- devp2p static node list of instance B
db/ -- LevelDB content for "db"
db-2/ -- LevelDB content for "db-2"
- B.ipc -- JSON-RPC UNIX domain socket endpoint of instance A
+ B.ipc -- JSON-RPC UNIX domain socket endpoint of instance B
keystore/ -- account key store, used by both instances
*/
package node