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