From a6f3f8d97306dc77144b6d3be8cf706c11e2de8f Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 17 May 2022 17:09:28 +0000 Subject: all: fix spelling Change-Id: I68538a50c22b02cdb5aa2a889f9440fed7b94c54 GitHub-Last-Rev: aaac9e78340ac482e9cd1b506a035f271c29648c GitHub-Pull-Request: golang/go#52944 Reviewed-on: https://go-review.googlesource.com/c/go/+/406835 Reviewed-by: Bryan Mills Reviewed-by: Robert Griesemer TryBot-Result: Gopher Robot Run-TryBot: Bryan Mills Auto-Submit: Bryan Mills --- src/encoding/xml/xml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoding/xml') diff --git a/src/encoding/xml/xml.go b/src/encoding/xml/xml.go index a7a02f5b57..4a8c154802 100644 --- a/src/encoding/xml/xml.go +++ b/src/encoding/xml/xml.go @@ -933,7 +933,7 @@ func (d *Decoder) InputOffset() int64 { return d.offset } -// InputPos retuns the line of the current decoder position and the 1 based +// InputPos returns the line of the current decoder position and the 1 based // input position of the line. The position gives the location of the end of the // most recently returned token. func (d *Decoder) InputPos() (line, column int) { -- cgit v1.3