fixed a word spelling mistake: pacakge -> package

This commit is contained in:
tabalt 2015-08-04 14:57:06 +08:00
parent 91b9915447
commit cb0d6e3c43

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.