From 45511004dfd1c902707e83c690065b49aad64264 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 3 Oct 2023 14:51:07 +0300 Subject: docs(tvix/nar-bridge): fix typo in comment Change-Id: I74f6892e089ed306ef93e78a39a25cf3738bb09f Reviewed-on: https://cl.tvl.fyi/c/depot/+/9536 Autosubmit: flokli Reviewed-by: Connor Brewster Tested-by: BuildkiteCI --- tvix/nar-bridge/pkg/http/narinfo_get.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvix/nar-bridge/pkg/http/narinfo_get.go b/tvix/nar-bridge/pkg/http/narinfo_get.go index 91fe6c5603..a03aff7339 100644 --- a/tvix/nar-bridge/pkg/http/narinfo_get.go +++ b/tvix/nar-bridge/pkg/http/narinfo_get.go @@ -25,7 +25,7 @@ import ( "google.golang.org/grpc/status" ) -// renderNarinfo writes narinfo contents to a passes io.Writer, or a returns a +// renderNarinfo writes narinfo contents to a passed io.Writer, or a returns a // (wrapped) io.ErrNoExist error if something doesn't exist. // if headOnly is set to true, only the existence is checked, but no content is // actually written. -- cgit 1.4.1