fix,doc: spelling errors (#551)

This commit is contained in:
Simon Gene Gottlieb
2024-04-07 23:36:07 +02:00
committed by GitHub
parent a8144f511d
commit 0e450ef450
3 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ class Simple < IntegrationTest
exes = Dir[exe_dir + '/**/*'].filter {
# on multi-configuration generators (like Visual Studio) the executables will be in bin/<Config>
# also filter-out other articacts like .pdb or .dsym
# also filter-out other artifacts like .pdb or .dsym
!File.directory?(_1) && File.stat(_1).executable?
}.map {
# remove .exe extension if any (there will be one on Windows)