From 8351a756f30f1297fe94bbf4b767ec589c6ea6d0 Mon Sep 17 00:00:00 2001 From: namusyaka Date: Fri, 15 Sep 2017 10:39:56 +0900 Subject: [PATCH] all: fix article typos a -> an Change-Id: I7d0413396e51f16e0a83732a07a5536548e03506 Reviewed-on: https://go-review.googlesource.com/63992 Reviewed-by: Ian Lance Taylor --- idna/idna.go | 2 +- webdav/lock_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/idna/idna.go b/idna/idna.go index eb247350..ec8232b2 100644 --- a/idna/idna.go +++ b/idna/idna.go @@ -167,7 +167,7 @@ type options struct { bidirule func(s string) bool } -// A Profile defines the configuration of a IDNA mapper. +// A Profile defines the configuration of an IDNA mapper. type Profile struct { options } diff --git a/webdav/lock_test.go b/webdav/lock_test.go index 116d6c0d..5cf14cda 100644 --- a/webdav/lock_test.go +++ b/webdav/lock_test.go @@ -69,7 +69,7 @@ var lockTestDurations = []time.Duration{ // lockTestNames are the names of a set of mutually compatible locks. For each // name fragment: // - _ means no explicit lock. -// - i means a infinite-depth lock, +// - i means an infinite-depth lock, // - z means a zero-depth lock, var lockTestNames = []string{ "/_/_/_/_/z",