diff options
author | Antonin Décimo <antonin.decimo@gmail.com> | 2021-01-12 22:15:42 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-01-13 12:53:10 -0500 |
commit | 39ede12aa5b27376341df85bc9ec254913f044bd (patch) | |
tree | d079bfefe3a9010dd7d7a57dfe207d9b6532b8e8 /test cases/common | |
parent | ccb15bc0e988f4e90b67606eaad9443c7ccac918 (diff) | |
download | meson-39ede12aa5b27376341df85bc9ec254913f044bd.zip meson-39ede12aa5b27376341df85bc9ec254913f044bd.tar.gz meson-39ede12aa5b27376341df85bc9ec254913f044bd.tar.bz2 |
Fix misspells
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
Diffstat (limited to 'test cases/common')
-rw-r--r-- | test cases/common/99 subproject subdir/subprojects/sub_implicit/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/common/99 subproject subdir/subprojects/sub_implicit/meson.build b/test cases/common/99 subproject subdir/subprojects/sub_implicit/meson.build index 24609ae..a1c46a1 100644 --- a/test cases/common/99 subproject subdir/subprojects/sub_implicit/meson.build +++ b/test cases/common/99 subproject subdir/subprojects/sub_implicit/meson.build @@ -4,8 +4,8 @@ dep = declare_dependency() meson.override_dependency('sub_implicit', dep) meson.override_dependency('sub_implicit_provide1', dep) -# This one is not overriden but the wrap file tells the variable name to use. +# This one is not overridden but the wrap file tells the variable name to use. sub_implicit_provide2_dep = dep -# This one is not overriden but the wrap file tells the variable name to use. +# This one is not overridden but the wrap file tells the variable name to use. glib_dep = dep |