From 70788742d42631c082e044d0dc224ab3ed14f602 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 19 Dec 2023 12:48:48 -0700 Subject: [PATCH] fix: typo s/compatibilty/compatibility, #148 --- cmd/protolock/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/protolock/main.go b/cmd/protolock/main.go index d876c18..958ec89 100644 --- a/cmd/protolock/main.go +++ b/cmd/protolock/main.go @@ -9,7 +9,7 @@ import ( "github.com/nilslice/protolock" ) -const info = `Track your .proto files and prevent changes to messages and services which impact API compatibilty. +const info = `Track your .proto files and prevent changes to messages and services which impact API compatibility. Copyright Steve Manuel Released under the BSD-3-Clause license.