diff --git a/vendor/github.com/containerd/console/console.go b/vendor/github.com/containerd/console/console.go index f989d28a41cd4de04b4887270a11a3f51224ad2d..12f7b35bb356574c426ced173f6f8f82b1552ef4 100755 --- a/vendor/github.com/containerd/console/console.go +++ b/vendor/github.com/containerd/console/console.go @@ -45,7 +45,7 @@ type Console interface { SetRaw() error // DisableEcho disables echo on the console DisableEcho() error - // Reset restores the console to its orignal state + // Reset restores the console to its original state Reset() error // Size returns the window size of the console Size() (WinSize, error) diff --git a/vendor/github.com/containerd/ttrpc/PROTOCOL.md b/vendor/github.com/containerd/ttrpc/PROTOCOL.md index 12b43f6bd6e37d3e50ce8d952a02783c980b2fcf..b14940d757bc86cadf271bcc8fe94bec35185d55 100755 --- a/vendor/github.com/containerd/ttrpc/PROTOCOL.md +++ b/vendor/github.com/containerd/ttrpc/PROTOCOL.md @@ -49,7 +49,7 @@ byte should be considered reserved for future use. The Stream ID must be odd for client initiated streams and even for server initiated streams. Server initiated streams are not currently supported. -## Mesage Types +## Message Types | Message Type | Name | Description | |--------------|----------|----------------------------------| diff --git a/vendor/github.com/godbus/dbus/v5/conn.go b/vendor/github.com/godbus/dbus/v5/conn.go index 76fc5cde3d26d82ba8e567e6e6a26423d3fe91d8..95be1adf2c36997a8c658e2c442184620736a92e 100755 --- a/vendor/github.com/godbus/dbus/v5/conn.go +++ b/vendor/github.com/godbus/dbus/v5/conn.go @@ -169,7 +169,7 @@ func Connect(address string, opts ...ConnOption) (*Conn, error) { // SystemBusPrivate returns a new private connection to the system bus. // Note: this connection is not ready to use. One must perform Auth and Hello -// on the connection before it is useable. +// on the connection before it is usable. func SystemBusPrivate(opts ...ConnOption) (*Conn, error) { return Dial(getSystemBusPlatformAddress(), opts...) }