diff --git a/appview/pages/templates/user/fragments/vouchPopover.html b/appview/pages/templates/user/fragments/vouchPopover.html index 7df68d4e..3cd2cb58 100644 --- a/appview/pages/templates/user/fragments/vouchPopover.html +++ b/appview/pages/templates/user/fragments/vouchPopover.html @@ -37,7 +37,7 @@ {{ with .VouchRelationship }} {{ with .GetDirectVouch }} You {{if $isVouched}}vouched{{else}}denounced{{end}} {{ $userIdent }} {{ relTimeFmt .CreatedAt }}. - You can change your descision below. + You can change your decision below. {{ else }} Vouching builds a web-of-trust across Tangled. Vouch for users you have had positive interactions with. Read more {{ i "arrow-right" "size-3" }} diff --git a/appview/repo/branches.go b/appview/repo/branches.go index 82e27726..65bd7e80 100644 --- a/appview/repo/branches.go +++ b/appview/repo/branches.go @@ -77,7 +77,7 @@ func (rp *Repo) DeleteBranch(w http.ResponseWriter, r *http.Request) { }, ) if xrpcerr := xrpcclient.HandleXrpcErr(err); xrpcerr != nil { - l.Error("Faield to delete branch", "xrpcerr", xrpcerr, "err", err) + l.Error("Failed to delete branch", "xrpcerr", xrpcerr, "err", err) rp.pages.Notice(w, noticeId, fmt.Sprintf("Failed to delete branch: %s", xrpcerr)) return } diff --git a/knotmirror/xrpc/git_get_blob.go b/knotmirror/xrpc/git_get_blob.go index 966c9fd9..04c04013 100644 --- a/knotmirror/xrpc/git_get_blob.go +++ b/knotmirror/xrpc/git_get_blob.go @@ -95,7 +95,7 @@ func (x *Xrpc) GetBlob(w http.ResponseWriter, r *http.Request) { case strings.HasPrefix(mimeType, "text/") || isTextualMimeType(mimeType): w.Header().Set("Cache-Control", "public, no-cache") - // seve all text content as text/plain + // serve all text content as text/plain w.Header().Set("Content-Type", "text/plain; charset=utf-8") default: