From 1891d9a0a65411bdf28f37b7bff1a66657a556cd Mon Sep 17 00:00:00 2001 From: Anubhav Mishra Date: Sun, 18 Feb 2018 23:13:57 -0800 Subject: [PATCH] fix typo --- api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.go b/api/api.go index b756ceb06..c7a29f503 100644 --- a/api/api.go +++ b/api/api.go @@ -101,7 +101,7 @@ type QueryOptions struct { // be provided for filtering. NodeMeta map[string]string - // RelayFactor is used in keyring operations to cause reponses to be + // RelayFactor is used in keyring operations to cause responses to be // relayed back to the sender through N other random nodes. Must be // a value from 0 to 5 (inclusive). RelayFactor uint8