spelling: attempt

pull/2690/head
Josh Soref 7 years ago
parent 1d708d14f7
commit 47bacd40e0
  1. 2
      mesonbuild/dependencies/dev.py

@ -168,7 +168,7 @@ class LLVMDependency(ExternalDependency):
mlog.log('Dependency LLVM found:', mlog.green('YES'))
self.is_found = True
# Currently meson doesn't really atempt to handle pre-release versions,
# Currently meson doesn't really attempt to handle pre-release versions,
# so strip the 'svn' off the end, since it will probably cuase problems
# for users who want the patch version.
self.version = out.strip().rstrip('svn')

Loading…
Cancel
Save