diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2017-11-26 05:08:02 +0000 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-11-26 05:08:02 +0000 |
| commit | 8a66cfb2afe1f0354ba3234dbd113c1e2df5244d (patch) | |
| tree | 3e2e748c3951b83d5b7986d0f32d191546a11018 /mesonbuild/dependencies/dev.py | |
| parent | 325b2c25b611d1e00a753cefe38f6dd24a988575 (diff) | |
| download | meson-8a66cfb2afe1f0354ba3234dbd113c1e2df5244d.tar.gz | |
spelling: arbitrary
Diffstat (limited to 'mesonbuild/dependencies/dev.py')
| -rw-r--r-- | mesonbuild/dependencies/dev.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/dev.py b/mesonbuild/dependencies/dev.py index 257bf7a17..c7cb0a065 100644 --- a/mesonbuild/dependencies/dev.py +++ b/mesonbuild/dependencies/dev.py @@ -116,7 +116,7 @@ class LLVMDependency(ExternalDependency): """ # Ordered list of llvm-config binaries to try. Start with base, then try - # newest back to oldest (3.5 is abitrary), and finally the devel version. + # newest back to oldest (3.5 is arbitrary), and finally the devel version. # Please note that llvm-config-6.0 is a development snapshot and it should # not be moved to the beginning of the list. The only difference between # llvm-config-6.0 and llvm-config-devel is that the former is used by |
