diff --git a/cmd/zrok/testWebsocket.go b/cmd/zrok/testWebsocket.go index fcd083f58..ee45cb887 100644 --- a/cmd/zrok/testWebsocket.go +++ b/cmd/zrok/testWebsocket.go @@ -102,7 +102,7 @@ func (cmd *testWebsocketCommand) run(_ *cobra.Command, args []string) { } defer c.Close(websocket.StatusInternalError, "the sky is falling") - logrus.Info("Writting to server...") + logrus.Info("Writing to server...") err = wsjson.Write(ctx, c, "hi") if err != nil { logrus.Error(err) diff --git a/controller/deleteFrontend.go b/controller/deleteFrontend.go index 13b881e6e..cc70f19c6 100644 --- a/controller/deleteFrontend.go +++ b/controller/deleteFrontend.go @@ -40,7 +40,7 @@ func (h *deleteFrontendHandler) Handle(params admin.DeleteFrontendParams, princi } if err := tx.Commit(); err != nil { - logrus.Errorf("error commiting frontend '%v' deletion: %v", feToken, err) + logrus.Errorf("error committing frontend '%v' deletion: %v", feToken, err) return admin.NewDeleteFrontendInternalServerError() } diff --git a/controller/updateFrontend.go b/controller/updateFrontend.go index c112f1a8e..0ec2e82f9 100644 --- a/controller/updateFrontend.go +++ b/controller/updateFrontend.go @@ -57,7 +57,7 @@ func (h *updateFrontendHandler) Handle(params admin.UpdateFrontendParams, princi } if err := tx.Commit(); err != nil { - logrus.Errorf("error commiting frontend update: %v", err) + logrus.Errorf("error committing frontend update: %v", err) return admin.NewUpdateFrontendInternalServerError() } } diff --git a/docs/getting-started.md b/docs/getting-started.md index 1271a9f81..1c12ce70d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -211,7 +211,7 @@ $ zrok enable klFEoIi0QAg7 ⣻ contacting the zrok service... ``` -After a few seconds, the message will change and indicate that the enable operation suceeded: +After a few seconds, the message will change and indicate that the enable operation succeeded: ``` $ zrok enable klFEoIi0QAg7 @@ -446,4 +446,4 @@ You use the `zrok reserve` command to create _reserved shares_. Reserved shares Interested in self-hosting your own `zrok` service instance? See the [self-hosting guide](./guides/self-hosting/self_hosting_guide.md) for details. [openziti]: https://docs.openziti.io/docs/learn/introduction/ "OpenZiti" -[ zrok-download]: https://zrok.io "zrok Download" \ No newline at end of file +[ zrok-download]: https://zrok.io "zrok Download"