mirror of
https://github.com/containers/podman.git
synced 2026-07-19 19:51:51 -04:00
Fix typos
Software version used https://github.com/crate-ci/typos/releases/tag/v1.13.10 The binary was downloaded from https://github.com/crate-ci/typos/releases/download/v1.13.10/typos-v1.13.10-x86_64-unknown-linux-musl.tar.gz Command that was run: typos --write-changes docs cmd cni contrib dependencies docs hack libpod pkg utils False positives were manually removed. A few marshaling/existant typos were manually fixed. Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
@@ -238,8 +238,8 @@ func (s *APIServer) registerNetworkHandlers(r *mux.Router) error {
|
||||
// ---
|
||||
// tags:
|
||||
// - networks
|
||||
// summary: Update exisiting podman network
|
||||
// description: Update exisiting podman network
|
||||
// summary: Update existing podman network
|
||||
// description: Update existing podman network
|
||||
// produces:
|
||||
// - application/json
|
||||
// parameters:
|
||||
|
||||
Reference in New Issue
Block a user