From b5b0d481707e4bbd70fa7475a23480eb3c3f9be0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 8 Aug 2022 23:31:35 -0400 Subject: [PATCH] spelling: linguist Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .github/workflows/sync-linguist.yml | 2 +- cmd/enry/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-linguist.yml b/.github/workflows/sync-linguist.yml index 3d94226..d5a8a06 100644 --- a/.github/workflows/sync-linguist.yml +++ b/.github/workflows/sync-linguist.yml @@ -84,7 +84,7 @@ jobs: branch_name="feature/sync-linguist-${{ steps.previous_linguist.outputs.short_commit }}" if git rev-parse --quiet --verify $branch_name; then - echo "Linuist update branch $branch_name already exists" + echo "Linguist update branch $branch_name already exists" echo "::set-output name=needs_pr::true" exit 0 fi diff --git a/cmd/enry/main.go b/cmd/enry/main.go index ae5c483..7529873 100644 --- a/cmd/enry/main.go +++ b/cmd/enry/main.go @@ -97,7 +97,7 @@ func main() { return nil } - // TODO(bzz): provide API that mimics lingust CLI output for + // TODO(bzz): provide API that mimics linguist CLI output for // - running ByExtension & ByFilename // - reading the file, if that did not work // - GetLanguage([]Strategy)