From f3ad633f55b8f2ac744924ca38018c41ee035f1e Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 2 May 2017 21:03:27 -0400 Subject: doc: Fix several minor typos. --- docs/markdown/Subprojects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Subprojects.md') diff --git a/docs/markdown/Subprojects.md b/docs/markdown/Subprojects.md index b4e0925..b91366d 100644 --- a/docs/markdown/Subprojects.md +++ b/docs/markdown/Subprojects.md @@ -18,7 +18,7 @@ else endif ``` -All Meson features of the subproject, such as project options keep working and can be set in the master project. There are a few limitations, the most imporant being that global compiler arguments must be set in the main project before calling subproject. Subprojects must not set global arguments because there is no way to do that reliably over multiple subprojects. To check whether you are running as a subproject, use the `is_subproject` function. +All Meson features of the subproject, such as project options keep working and can be set in the master project. There are a few limitations, the most important being that global compiler arguments must be set in the main project before calling subproject. Subprojects must not set global arguments because there is no way to do that reliably over multiple subprojects. To check whether you are running as a subproject, use the `is_subproject` function. As an example, suppose we have a simple project that provides a shared library. -- cgit v1.1