]> Cypherpunks repositories - gostls13.git/commitdiff
time: fix typo in comment
authorChristian Himpel <chressie@googlemail.com>
Tue, 23 Apr 2013 05:09:11 +0000 (22:09 -0700)
committerRob Pike <r@golang.org>
Tue, 23 Apr 2013 05:09:11 +0000 (22:09 -0700)
R=r
CC=golang-dev
https://golang.org/cl/8889045

src/pkg/time/format.go

index 22bc1bfe0bd216f167a525cdd0590aa73c8541dd..7fe0402312f1ea0bd7ca83eecdecac13cbe7386c 100644 (file)
@@ -373,7 +373,7 @@ func (t Time) String() string {
 // time,
 //     Mon Jan 2 15:04:05 -0700 MST 2006
 // would be displayed if it were the value; it serves as an example of the
-// desired output. The same display rules will then be aplied to the time
+// desired output. The same display rules will then be applied to the time
 // value.
 // Predefined layouts ANSIC, UnixDate, RFC3339 and others describe standard
 // and convenient representations of the reference time. For more information