From 799e590e75e840adcd3488e8e38fd596462ced7c 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: maintaining Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- internal/code-generator/generator/frequencies.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/code-generator/generator/frequencies.go b/internal/code-generator/generator/frequencies.go index 2c6ba74..d51b559 100644 --- a/internal/code-generator/generator/frequencies.go +++ b/internal/code-generator/generator/frequencies.go @@ -141,7 +141,7 @@ func readSamples(samplesLangDir string) ([]string, error) { // isKnownSymlinkInLinguist checks if the file name is on the list of known symlinks. // On Windows, there is no symlink support in Git [1] and those become regular text files, -// so we have to skip these files manually, maintaing a list here :/ +// so we have to skip these files manually, maintaining a list here :/ // 1. https://github.com/git-for-windows/git/wiki/Symbolic-Links // // $ find -L .linguist/samples -xtype l