diff options
Diffstat (limited to 'node/node_example_test.go')
-rw-r--r-- | node/node_example_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/node_example_test.go b/node/node_example_test.go index 01ff683c0..7c586452f 100644 --- a/node/node_example_test.go +++ b/node/node_example_test.go @@ -44,7 +44,7 @@ func (s *SampleService) Stop() error { fmt.Println("Service stoppi func ExampleUsage() { // Create a network node to run protocols with the default values. The below list // is only used to display each of the configuration options. All of these could - // have been ommited if the default behavior is desired. + // have been omitted if the default behavior is desired. nodeConfig := &node.Config{ DataDir: "", // Empty uses ephemeral storage PrivateKey: nil, // Nil generates a node key on the fly |