diff options
| author | Jeremy Jackins <jeremyjackins@gmail.com> | 2012-03-09 11:21:01 -0800 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2012-03-09 11:21:01 -0800 |
| commit | 1e374502f4dac4ed8248b892a39edf65a8fe0183 (patch) | |
| tree | 15c012731f4961260faf5733e326baed53427c13 /src | |
| parent | 0d92614c73b9aaa392a174d218342dce1af183a7 (diff) | |
| download | go-1e374502f4dac4ed8248b892a39edf65a8fe0183.tar.xz | |
cmd/vet: fix typo in documentation
familiy -> family
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5783061
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/vet/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/vet/doc.go b/src/cmd/vet/doc.go index e51fe37685..620964aafb 100644 --- a/src/cmd/vet/doc.go +++ b/src/cmd/vet/doc.go @@ -13,7 +13,7 @@ Available checks: 1. Printf family -Suspicious calls to functions in the Printf familiy, including any functions +Suspicious calls to functions in the Printf family, including any functions with these names: Print Printf Println Fprint Fprintf Fprintln |
