mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Typo fix.
PiperOrigin-RevId: 205880843 Change-Id: If2272b25f08a18ebe9b6309a1032dd5cdaa59866
This commit is contained in:
committed by
Shentubot
parent
da48c04d0d
commit
32aa0f5465
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user