aboutsummaryrefslogtreecommitdiff
path: root/src/log
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2016-01-27 12:49:13 -0800
committerJosh Bleecher Snyder <josharian@gmail.com>2016-02-21 15:35:50 +0000
commite43c74a0d8848d58814e1a8302d8f115d7f0b874 (patch)
treef87b5556f4a13af01c9f4a237d543fbfec9bc222 /src/log
parent5dc053b9dec4dc25fac195065ad32462ac28a543 (diff)
downloadgo-e43c74a0d8848d58814e1a8302d8f115d7f0b874.tar.gz
go-e43c74a0d8848d58814e1a8302d8f115d7f0b874.zip
all: use cannot instead of can not
You can not use cannot, but you cannot spell cannot can not. Change-Id: I2f0971481a460804de96fd8c9e46a9cc62a3fc5b Reviewed-on: https://go-review.googlesource.com/19772 Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/log')
-rw-r--r--src/log/syslog/syslog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log/syslog/syslog.go b/src/log/syslog/syslog.go
index 4bf447626f..0e342242ec 100644
--- a/src/log/syslog/syslog.go
+++ b/src/log/syslog/syslog.go
@@ -85,7 +85,7 @@ type Writer struct {
}
// This interface and the separate syslog_unix.go file exist for
-// Solaris support as implemented by gccgo. On Solaris you can not
+// Solaris support as implemented by gccgo. On Solaris you cannot
// simply open a TCP connection to the syslog daemon. The gccgo
// sources have a syslog_solaris.go file that implements unixSyslog to
// return a type that satisfies this interface and simply calls the C