From 0a5fa55e8f652d726d9d4109b3709cde9acaaaff Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Thu, 26 May 2016 17:03:12 -0700 Subject: [PATCH] Fix package name in comments --- client/rpcproxy/rpcproxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/rpcproxy/rpcproxy.go b/client/rpcproxy/rpcproxy.go index 4c8d50f6f..eeb901c5d 100644 --- a/client/rpcproxy/rpcproxy.go +++ b/client/rpcproxy/rpcproxy.go @@ -1,4 +1,4 @@ -// Package rpc_proxy provides a proxy interface for Nomad Servers. The +// Package rpcproxy provides a proxy interface for Nomad Servers. The // RpcProxy periodically shuffles which server a Nomad Client communicates // with in order to redistribute load across Nomad Servers. Nomad Servers // that fail an RPC request are automatically cycled to the end of the list