aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLordHelmchen <github@lordhelmchen.net>2017-03-16 17:53:02 +0100
committerGitHub <noreply@github.com>2017-03-16 17:53:02 +0100
commit44fb9e911281a2ff2c032cd20959ad91a1f470b4 (patch)
treea0710d8f46d8ed34c46f85d550eb1ebc6084b336
parent860da0f4b4d9d6ca647ff0a3b15389b41557dec4 (diff)
downloadluasocket-44fb9e911281a2ff2c032cd20959ad91a1f470b4.tar.gz
luasocket-44fb9e911281a2ff2c032cd20959ad91a1f470b4.tar.bz2
luasocket-44fb9e911281a2ff2c032cd20959ad91a1f470b4.zip
correct typo
-rw-r--r--src/url.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url.lua b/src/url.lua
index 3290ce7..fb333b1 100644
--- a/src/url.lua
+++ b/src/url.lua
@@ -49,7 +49,7 @@ local function make_set(t)
49 return s 49 return s
50end 50end
51 51
52-- these are allowed withing a path segment, along with alphanum 52-- these are allowed within a path segment, along with alphanum
53-- other characters must be escaped 53-- other characters must be escaped
54local segment_set = make_set { 54local segment_set = make_set {
55 "-", "_", ".", "!", "~", "*", "'", "(", 55 "-", "_", ".", "!", "~", "*", "'", "(",