From 067bab00a80e028f1d7ce553b27aba2aa3e9675f Mon Sep 17 00:00:00 2001 From: shawnps Date: Sat, 7 Jan 2017 08:23:11 -0800 Subject: all: fix misspellings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I429637ca91f7db4144f17621de851a548dc1ce76 Reviewed-on: https://go-review.googlesource.com/34923 Reviewed-by: Ian Lance Taylor Reviewed-by: Daniel Martí Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- src/database/sql/sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/database/sql') diff --git a/src/database/sql/sql.go b/src/database/sql/sql.go index 58e927e0c4..0fa7c34a13 100644 --- a/src/database/sql/sql.go +++ b/src/database/sql/sql.go @@ -2086,7 +2086,7 @@ func (rs *Rows) Next() bool { } // The driver is at the end of the current result set. // Test to see if there is another result set after the current one. - // Only close Rows if there is no futher result sets to read. + // Only close Rows if there is no further result sets to read. if !nextResultSet.HasNextResultSet() { rs.Close() } -- cgit v1.3