From 3399b51079650839fd71cb6353fa639bf6b2afe1 Mon Sep 17 00:00:00 2001 From: johnp-studarus-tm <93292331+johnp-studarus-tm@users.noreply.github.com> Date: Sat, 11 Dec 2021 00:15:41 -0800 Subject: [PATCH] webapp: fix misspelling in comment (#216) --- webapp/lib/sciond.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/lib/sciond.go b/webapp/lib/sciond.go index da06aa77..84eff468 100644 --- a/webapp/lib/sciond.go +++ b/webapp/lib/sciond.go @@ -41,7 +41,7 @@ import ( "github.com/scionproto/scion/go/lib/snet" ) -// Configuations to save. Zeroing out any of these placeholders will cause the +// Configurations to save. Zeroing out any of these placeholders will cause the // webserver to request a fresh external copy to keep locally. var cConfig string var cLabels string