mirror of
https://github.com/ttroy50/cmake-examples.git
synced 2025-12-19 04:34:36 +03:00
spelling fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Ubuntu supports multiple versions of clang to be installed at the same time.
|
||||
# The tests need to determin the clang binary before calling cmake
|
||||
# The tests need to determine the clang binary before calling cmake
|
||||
clang_bin=`which clang`
|
||||
clang_xx_bin=`which clang++`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user