From cb0d6e3c43ec81cea514794605ceed466e7c8026 Mon Sep 17 00:00:00 2001 From: tabalt <245291359@qq.com> Date: Tue, 4 Aug 2015 14:57:06 +0800 Subject: [PATCH] fixed a word spelling mistake: pacakge -> package --- gracenet/net.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gracenet/net.go b/gracenet/net.go index 268b524..a980954 100644 --- a/gracenet/net.go +++ b/gracenet/net.go @@ -1,6 +1,6 @@ // Package gracenet provides a family of Listen functions that either open a // fresh connection or provide an inherited connection from when the process -// was started. The behave like their counterparts in the net pacakge, but +// was started. The behave like their counterparts in the net package, but // transparently provide support for graceful restarts without dropping // connections. This is provided in a systemd socket activation compatible form // to allow using socket activation.