From: Rob Pike Date: Mon, 22 Apr 2013 22:41:06 +0000 (-0700) Subject: time: fix typo in comment X-Git-Tag: go1.1rc2~62 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=14234c23a835155ccac2bc95fec37309293e8108;p=gostls13.git time: fix typo in comment R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8915043 --- diff --git a/src/pkg/time/format.go b/src/pkg/time/format.go index f18ea62f60..22bc1bfe0b 100644 --- a/src/pkg/time/format.go +++ b/src/pkg/time/format.go @@ -634,7 +634,7 @@ func skip(value, prefix string) (string, error) { // Parse parses a formatted string and returns the time value it represents. // The layout defines the format by showing how the reference time, // Mon Jan 2 15:04:05 -0700 MST 2006 -// would be interepreted if it were the value; it serves as an example of +// would be interpreted if it were the value; it serves as an example of // the input format. The same interpretation will then be made to the // input string. // Predefined layouts ANSIC, UnixDate, RFC3339 and others describe standard