spelling: linguist

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-08-08 23:31:35 -04:00
parent b4e2aae0cf
commit b5b0d48170
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)