diff options
| author | spaette <spaette@users.noreply.github.com> | 2024-09-13 14:39:53 -0500 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-09-19 13:51:52 -0700 |
| commit | 19f9369b4cedab072eb7516e738a505ad635aca8 (patch) | |
| tree | 9b7e84ea588f9eb6360bb37878417219a74c9c11 /test cases/unit | |
| parent | e5d03f5e138173b03ad2b0223bbcb8f436cb3bf1 (diff) | |
| download | meson-19f9369b4cedab072eb7516e738a505ad635aca8.tar.gz | |
Fix typos
Diffstat (limited to 'test cases/unit')
| -rw-r--r-- | test cases/unit/121 executable suffix/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/121 executable suffix/meson.build b/test cases/unit/121 executable suffix/meson.build index 8f952260c..7dff9d69e 100644 --- a/test cases/unit/121 executable suffix/meson.build +++ b/test cases/unit/121 executable suffix/meson.build @@ -1,3 +1,3 @@ -project('exectuable suffix', 'c') +project('executable suffix', 'c') foo = executable('foo', 'main.c') foo_bin = executable('foo', 'main.c', name_suffix: 'bin') |
