From e1f7139b9ca35519e7f844ee99f08ccb05ddc01d Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Sun, 2 Nov 2014 23:00:09 +0000 Subject: [PATCH] typo fixes --- lib/jekyll/url.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/url.rb b/lib/jekyll/url.rb index 5adf2468..6bed8d57 100644 --- a/lib/jekyll/url.rb +++ b/lib/jekyll/url.rb @@ -92,7 +92,7 @@ module Jekyll # # Returns the escaped 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 "/"). # # URI path segment is defined in RFC 3986 as follows: