Merge pull request #16 from tabalt/master

fixed a word spelling mistake: pacakge -> package
This commit is contained in:
Naitik Shah 2015-08-07 14:49:31 -07:00
commit 053ab5d254

View File

@ -1,6 +1,6 @@
// Package gracenet provides a family of Listen functions that either open a // Package gracenet provides a family of Listen functions that either open a
// fresh connection or provide an inherited connection from when the process // 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 // transparently provide support for graceful restarts without dropping
// connections. This is provided in a systemd socket activation compatible form // connections. This is provided in a systemd socket activation compatible form
// to allow using socket activation. // to allow using socket activation.