Typo fix.

PiperOrigin-RevId: 205880843
Change-Id: If2272b25f08a18ebe9b6309a1032dd5cdaa59866
This commit is contained in:
Kevin Krakauer
2018-07-24 13:26:06 -07:00
committed by Shentubot
parent da48c04d0d
commit 32aa0f5465
+1 -1
View File
@@ -36,7 +36,7 @@ var (
// ErrInvalidOp indicates the operation is not valid.
ErrInvalidOp = errors.New("invalid operation")
// ErrDenied indicates the operation was denid.
// ErrDenied indicates the operation was denied.
ErrDenied = errors.New("operation denied")
// ErrNotFound indicates that a node was not found on a walk.