From 93f25345b98e1088b0fc0309663f678290b2ecee Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Mon, 21 Oct 2013 06:51:58 -0700 Subject: [PATCH] Spelling. --- conf/lex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/lex.go b/conf/lex.go index b50c0ffe..c8c8e80d 100644 --- a/conf/lex.go +++ b/conf/lex.go @@ -5,7 +5,7 @@ // Rob Pike's talk: http://cuddle.googlecode.com/hg/talk/lex.html // The format supported is less restrictive than today's formats. -// Supports mixed Arrays [], nexted Maps {}, multiple comment types (# and //) +// Supports mixed Arrays [], nested Maps {}, multiple comment types (# and //) // Also supports key value assigments using '=' or ':' or whiteSpace() // e.g. foo = 2, foo : 2, foo 2 // maps can be assigned with no key separator as well