diff options
| author | LordHelmchen <github@lordhelmchen.net> | 2017-03-16 17:53:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-16 17:53:02 +0100 |
| commit | 44fb9e911281a2ff2c032cd20959ad91a1f470b4 (patch) | |
| tree | a0710d8f46d8ed34c46f85d550eb1ebc6084b336 | |
| parent | 860da0f4b4d9d6ca647ff0a3b15389b41557dec4 (diff) | |
| download | luasocket-44fb9e911281a2ff2c032cd20959ad91a1f470b4.tar.gz luasocket-44fb9e911281a2ff2c032cd20959ad91a1f470b4.tar.bz2 luasocket-44fb9e911281a2ff2c032cd20959ad91a1f470b4.zip | |
correct typo
| -rw-r--r-- | src/url.lua | 2 |
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 |
| 50 | end | 50 | end |
| 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 |
| 54 | local segment_set = make_set { | 54 | local segment_set = make_set { |
| 55 | "-", "_", ".", "!", "~", "*", "'", "(", | 55 | "-", "_", ".", "!", "~", "*", "'", "(", |
