Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
LGTM lovely
LGTM On Fri, Feb 17, 2012 at 12:41 PM, <ality@pbrane.org> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change to > https://code.google.com/p/go/ > > > Description: > os: fix existential typo > > Please review this at http://codereview.appspot.com/5675081/ > > Affected files: > M src/pkg/os/error.go > > > Index: src/pkg/os/error.go > =================================================================== > --- a/src/pkg/os/error.go > +++ b/src/pkg/os/error.go > @@ -13,7 +13,7 @@ > ErrInvalid = errors.New("invalid argument") > ErrPermission = errors.New("permission denied") > ErrExist = errors.New("file already exists") > - ErrNotExist = errors.New("file does not exit") > + ErrNotExist = errors.New("file does not exist") > ) > > // PathError records an error and the operation and file path that caused > it. > >
*** Submitted as f11edbb3cd95 *** os: fix existential typo R=golang-dev, r, gri CC=golang-dev http://codereview.appspot.com/5675081 Committer: Rob Pike <r@golang.org>
> os: fix existential typo I am reminded of this masterpiece of computational philosophy: http://thedailywtf.com/Articles/What_Is_Truth_0x3f_.aspx