spelling: maintaining

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 b5b0d48170
commit 799e590e75

View File

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