correct typo

master
LordHelmchen 2017-03-16 17:53:02 +01:00 committed by GitHub
parent 860da0f4b4
commit 44fb9e9112
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ local function make_set(t)
return s
end
-- these are allowed withing a path segment, along with alphanum
-- these are allowed within a path segment, along with alphanum
-- other characters must be escaped
local segment_set = make_set {
"-", "_", ".", "!", "~", "*", "'", "(",