summaryrefslogtreecommitdiff
path: root/logging.md
diff options
context:
space:
mode:
authorGeorge Kuan <commonlisp@gmail.com>2015-04-26 19:37:14 -0700
committerGeorge Kuan <commonlisp@gmail.com>2015-04-26 19:37:14 -0700
commiteb7b52f95ad2af7378be8ca2ab3bbba8b1a00f34 (patch)
tree7d1636f0eac6bb135ba0d6ca2b4b6fd6da62dd18 /logging.md
parent77e469b2870d2fda54fa2555d63edf5965cc26b8 (diff)
Corrected some typos
Diffstat (limited to 'logging.md')
-rw-r--r--logging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging.md b/logging.md
index 82b6a0c8..23430474 100644
--- a/logging.md
+++ b/logging.md
@@ -1,7 +1,7 @@
Logging Conventions
===================
-The following conventions for the glog levels to use. [glog](http://godoc.org/github.com/golang/glog) is globally prefered to [log](http://golang.org/pkg/log/) for better runtime control.
+The following conventions for the glog levels to use. [glog](http://godoc.org/github.com/golang/glog) is globally preferred to [log](http://golang.org/pkg/log/) for better runtime control.
* glog.Errorf() - Always an error
* glog.Warningf() - Something unexpected, but probably not an error