spelling: nonexistent

pull/2690/head
Josh Soref 7 years ago
parent f2835004ea
commit 8dfc9bf1f5
  1. 2
      test cases/linuxlike/1 pkg-config/meson.build

@ -23,7 +23,7 @@ dep2 = declare_dependency(dependencies : dep)
exe2 = executable('zlibprog2', 'prog.c', dependencies : dep2)
test('zlibtest2', exe2)
# Try to find a nonexistant library to ensure requires:false works.
# Try to find a nonexistent library to ensure requires:false works.
dep = dependency('nvakuhrabnsdfasdf', required : false)

Loading…
Cancel
Save