summaryrefslogtreecommitdiffstats
path: root/libraries/luasocket/slack-desc
diff options
context:
space:
mode:
author dsomero <xgizzmo@slackbuilds.org>2013-11-22 02:29:22 -0500
committer dsomero <xgizzmo@slackbuilds.org>2013-11-22 02:29:22 -0500
commit610e8461bb9b201adbd4bd9257a9bf48be71f62b (patch)
tree6ca569349369dbaa4ba6c24795d6201303b9d2fa /libraries/luasocket/slack-desc
parent8fe2e3d82e774b981c041e043ca2f71ed672b493 (diff)
downloadslackbuilds-610e8461bb9b201adbd4bd9257a9bf48be71f62b.tar.gz
slackbuilds-610e8461bb9b201adbd4bd9257a9bf48be71f62b.tar.xz
various: Fix slack-desc formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/luasocket/slack-desc')
-rw-r--r--libraries/luasocket/slack-desc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/luasocket/slack-desc b/libraries/luasocket/slack-desc
index db7285dc6e..e85c84fc3f 100644
--- a/libraries/luasocket/slack-desc
+++ b/libraries/luasocket/slack-desc
@@ -11,9 +11,9 @@ luasocket:
luasocket: LuaSocket is a Lua extension library that is composed by two parts: a
luasocket: C core that provides support for the TCP and UDP transport layers,
luasocket: and a set of Lua modules that add support for functionality commonly
-luasocket: needed by applications that deal with the Internet.
+luasocket: needed by applications that deal with the Internet.
luasocket:
luasocket: The library is available under the same terms and conditions as the
luasocket: Lua language, the MIT license. The idea is that if you can use Lua in
-luasocket: a project, you should also be able to use LuaSocket.
+luasocket: a project, you should also be able to use LuaSocket.
luasocket: