]> Cypherpunks repositories - gostls13.git/commitdiff
time: fix typo in comment
authorRob Pike <r@golang.org>
Mon, 22 Apr 2013 22:41:06 +0000 (15:41 -0700)
committerRob Pike <r@golang.org>
Mon, 22 Apr 2013 22:41:06 +0000 (15:41 -0700)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8915043

src/pkg/time/format.go

index f18ea62f6016f6ca6793037b2d743d483c1df588..22bc1bfe0bd216f167a525cdd0590aa73c8541dd 100644 (file)
@@ -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