Merge pull request #3052 from vlajos/typofixes20141102

This commit is contained in:
Parker Moore 2014-11-03 12:00:02 -08:00
commit 23f4c5804c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ module Jekyll
# #
# Returns the escaped path. # Returns the escaped path.
def self.escape_path(path) def self.escape_path(path)
# Because URI.escape doesn't escape '?', '[' and ']' by defaut, # Because URI.escape doesn't escape '?', '[' and ']' by default,
# specify unsafe string (except unreserved, sub-delims, ":", "@" and "/"). # specify unsafe string (except unreserved, sub-delims, ":", "@" and "/").
# #
# URI path segment is defined in RFC 3986 as follows: # URI path segment is defined in RFC 3986 as follows: